Home

helix.drv @859e1178eaa2b792b19059cddd0729e73ceee319 - refs - log -
-
https://git.jolheiser.com/helix.drv.git
My Helix configuration as a Nix derivation
helix.drv / flake.lock
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
  "nodes": {
    "jolheiser": {
      "inputs": {
        "nixpkgs": "nixpkgs"
      },
      "locked": {
        "lastModified": 1739904102,
        "narHash": "sha256-Oh+ckGaUrnH5mMCsPvU9XViSAIfbigW7H0Rq/ZbbhlI=",
        "ref": "refs/heads/main",
        "rev": "0abadd849d3d36ca87fda7ea9ed637f25a0e9dae",
        "revCount": 3,
        "type": "git",
        "url": "https://git.jolheiser.com/nixpkgs.git"
      },
      "original": {
        "type": "git",
        "url": "https://git.jolheiser.com/nixpkgs.git"
      }
    },
    "nixpkgs": {
      "locked": {
        "lastModified": 1739736696,
        "narHash": "sha256-zON2GNBkzsIyALlOCFiEBcIjI4w38GYOb+P+R4S8Jsw=",
        "owner": "nixos",
        "repo": "nixpkgs",
        "rev": "d74a2335ac9c133d6bbec9fc98d91a77f1604c1f",
        "type": "github"
      },
      "original": {
        "owner": "nixos",
        "ref": "nixos-unstable",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "root": {
      "inputs": {
        "jolheiser": "jolheiser",
        "nixpkgs": [
          "jolheiser",
          "nixpkgs"
        ]
      }
    }
  },
  "root": "root",
  "version": 7
}