nixos-config/flake.lock

65 lines
1.5 KiB
Text
Raw Normal View History

2021-10-05 23:45:02 +02:00
{
"nodes": {
2021-11-12 12:40:13 +01:00
"flake-utils": {
"locked": {
"lastModified": 1634851050,
"narHash": "sha256-N83GlSGPJJdcqhUxSCS/WwW5pksYf3VP1M13cDRTSVA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c91f3de5adaf1de973b797ef7485e441a65b8935",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2021-10-05 23:45:02 +02:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2021-11-12 12:40:13 +01:00
"lastModified": 1636520380,
"narHash": "sha256-gBiQ8+AQG6Dia34rqJDuqs6VFe/J1SjIhOZBeTXCKQI=",
2021-10-05 23:45:02 +02:00
"owner": "nix-community",
"repo": "home-manager",
2021-11-12 12:40:13 +01:00
"rev": "1e5c8e9bff00d0844bc3d25d1a98eab5633e600b",
2021-10-05 23:45:02 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2021-11-12 12:40:13 +01:00
"lastModified": 1636623366,
"narHash": "sha256-jOQMlv9qFSj0U66HB+ujZoapty0UbewmSNbX8+3ujUQ=",
"owner": "nixos",
2021-10-05 23:45:02 +02:00
"repo": "nixpkgs",
2021-11-12 12:40:13 +01:00
"rev": "c5ed8beb478a8ca035f033f659b60c89500a3034",
2021-10-05 23:45:02 +02:00
"type": "github"
},
"original": {
2021-11-12 12:40:13 +01:00
"owner": "nixos",
2021-10-05 23:45:02 +02:00
"ref": "nixos-unstable",
2021-11-12 12:40:13 +01:00
"repo": "nixpkgs",
"type": "github"
2021-10-05 23:45:02 +02:00
}
},
"root": {
"inputs": {
2021-11-12 12:40:13 +01:00
"flake-utils": "flake-utils",
2021-10-05 23:45:02 +02:00
"home-manager": "home-manager",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}