nix-config/flake.lock

84 lines
2.0 KiB
Plaintext
Raw Normal View History

2021-02-05 16:25:39 +01:00
{
"nodes": {
"futils": {
"locked": {
2021-04-28 19:45:42 +02:00
"lastModified": 1619345332,
"narHash": "sha256-qHnQkEp1uklKTpx3MvKtY6xzgcqXDsz5nLilbbuL+3A=",
"owner": "numtide",
"repo": "flake-utils",
2021-04-28 19:45:42 +02:00
"rev": "2ebf2558e5bf978c7fb8ea927dfaed8fefab2e28",
"type": "github"
},
"original": {
"owner": "numtide",
"ref": "master",
"repo": "flake-utils",
"type": "github"
}
},
2021-02-18 22:27:08 +01:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2021-05-04 19:15:13 +02:00
"lastModified": 1620138697,
"narHash": "sha256-8Mgj+Fj4zGEI7oA9wbyqvdwq+46kAyd3barMIedWkho=",
2021-02-18 22:27:08 +01:00
"owner": "nix-community",
"repo": "home-manager",
2021-05-04 19:15:13 +02:00
"rev": "64c5228c0828fff0c94c1d42f7225115c299ae08",
2021-02-18 22:27:08 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
2021-02-18 22:27:08 +01:00
"repo": "home-manager",
"type": "github"
}
},
2021-02-05 16:25:39 +01:00
"nixpkgs": {
"locked": {
2021-05-04 19:15:13 +02:00
"lastModified": 1620074890,
"narHash": "sha256-4Z8Zwpg0gPvqKbSsck1g9ql4E5NClGZdjyxbYoaXA4s=",
2021-02-05 16:25:39 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2021-05-04 19:15:13 +02:00
"rev": "7cb76200088f45cd24a9aa67fd2f9657943d78a4",
2021-02-05 16:25:39 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
2021-02-05 16:35:33 +01:00
"ref": "nixos-unstable",
2021-02-05 16:25:39 +01:00
"repo": "nixpkgs",
"type": "github"
}
},
2021-02-05 16:43:30 +01:00
"nur": {
"locked": {
2021-05-04 19:15:13 +02:00
"lastModified": 1620140064,
"narHash": "sha256-WiQxLQEyYkmeHv/oB89LfyIjLqNWvI+7ZWBX0Ygb9pM=",
2021-02-05 16:43:30 +01:00
"owner": "nix-community",
"repo": "NUR",
2021-05-04 19:15:13 +02:00
"rev": "ac217b9a764d5352db9ccfb5cc39bdd3ff74d4ec",
2021-02-05 16:43:30 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
2021-02-05 16:43:30 +01:00
"repo": "NUR",
"type": "github"
}
},
2021-02-05 16:25:39 +01:00
"root": {
"inputs": {
"futils": "futils",
2021-02-18 22:27:08 +01:00
"home-manager": "home-manager",
2021-02-05 16:43:30 +01:00
"nixpkgs": "nixpkgs",
"nur": "nur"
2021-02-05 16:25:39 +01:00
}
}
},
"root": "root",
"version": 7
}