nixos-config/flake.lock

66 lines
1.6 KiB
Plaintext
Raw Normal View History

2022-06-17 15:00:08 +00:00
{
"nodes": {
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
2022-12-07 14:11:38 +00:00
],
"utils": "utils"
2022-06-17 15:00:08 +00:00
},
"locked": {
"lastModified": 1677284824,
"narHash": "sha256-I3gDxmGjyXdtOR5S8sIeCO8pT+5OR69f/g5EVoQUdsY=",
2022-06-17 15:00:08 +00:00
"owner": "nix-community",
"repo": "home-manager",
"rev": "29280978234b73423f4eb708cbb999295f76b42a",
2022-06-17 15:00:08 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
2022-12-07 14:11:38 +00:00
"ref": "release-22.11",
2022-06-17 15:00:08 +00:00
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1677341534,
"narHash": "sha256-zqaJuOTnKzg5AubC4rzzJ/IS5kU5n4U7vxosv1Fv8Ug=",
2022-06-17 15:00:08 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "7076110064c09f0b3942f609f2134c1358ef2e50",
2022-06-17 15:00:08 +00:00
"type": "github"
},
"original": {
"owner": "NixOS",
2022-12-07 14:11:38 +00:00
"ref": "nixos-22.11",
2022-06-18 17:48:25 +00:00
"repo": "nixpkgs",
"type": "github"
}
},
2022-06-17 15:00:08 +00:00
"root": {
"inputs": {
"home-manager": "home-manager",
2022-06-26 13:03:45 +00:00
"nixpkgs": "nixpkgs"
2022-06-17 15:00:08 +00:00
}
2022-12-07 14:11:38 +00:00
},
"utils": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2022-06-17 15:00:08 +00:00
}
},
"root": "root",
"version": 7
}