nixos-config/flake.lock

87 lines
2.1 KiB
Plaintext
Raw Normal View History

2024-03-08 22:46:38 +01:00
{
"nodes": {
2024-03-09 22:37:11 +01:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2024-07-05 21:44:57 +02:00
"lastModified": 1720042825,
"narHash": "sha256-A0vrUB6x82/jvf17qPCpxaM+ulJnD8YZwH9Ci0BsAzE=",
2024-03-09 22:37:11 +01:00
"owner": "nix-community",
"repo": "home-manager",
2024-07-05 21:44:57 +02:00
"rev": "e1391fb22e18a36f57e6999c7a9f966dc80ac073",
2024-03-09 22:37:11 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
2024-06-10 19:38:56 +02:00
"ref": "release-24.05",
2024-03-09 22:37:11 +01:00
"repo": "home-manager",
"type": "github"
}
},
2024-07-10 22:56:31 +02:00
"nixlib": {
"locked": {
"lastModified": 1719708727,
"narHash": "sha256-XFNKtyirrGNdehpg7lMNm1skEcBApjqGhaHc/OI95HY=",
"owner": "nix-community",
"repo": "nixpkgs.lib",
"rev": "1bba8a624b3b9d4f68db94fb63aaeb46039ce9e6",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixpkgs.lib",
"type": "github"
}
},
"nixos-generators": {
"inputs": {
"nixlib": "nixlib",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1720055043,
"narHash": "sha256-SKizewU4UeYrkZWPUjur8EoxscGoNb0pGcrNL4YzAIg=",
"owner": "nix-community",
"repo": "nixos-generators",
"rev": "168b220231a70e47cc1f0919048fa5914415fb18",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixos-generators",
"type": "github"
}
},
2024-03-08 22:46:38 +01:00
"nixpkgs": {
"locked": {
2024-07-10 21:46:29 +02:00
"lastModified": 1720553833,
"narHash": "sha256-IXMiHQMtdShDXcBW95ctA+m5Oq2kLxnBt7WlMxvDQXA=",
2024-03-08 22:46:38 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2024-07-10 21:46:29 +02:00
"rev": "249fbde2a178a2ea2638b65b9ecebd531b338cf9",
2024-03-08 22:46:38 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
2024-06-10 19:38:56 +02:00
"ref": "nixos-24.05",
2024-03-08 22:46:38 +01:00
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
2024-03-09 22:37:11 +01:00
"home-manager": "home-manager",
2024-07-10 22:56:31 +02:00
"nixos-generators": "nixos-generators",
2024-03-08 22:46:38 +01:00
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}