2023-05-10 21:05:10 +02:00
|
|
|
{
|
|
|
|
"nodes": {
|
2023-05-14 20:41:19 +02:00
|
|
|
"disko": {
|
|
|
|
"inputs": {
|
|
|
|
"nixpkgs": [
|
|
|
|
"nixpkgs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
2023-12-27 14:34:23 +01:00
|
|
|
"lastModified": 1703532766,
|
|
|
|
"narHash": "sha256-ojjW3cuNmqL5uqDWohwLoO8dYpheM5+AfgsNmGIMwG8=",
|
2023-05-14 20:41:19 +02:00
|
|
|
"owner": "nix-community",
|
|
|
|
"repo": "disko",
|
2023-12-27 14:34:23 +01:00
|
|
|
"rev": "1b191113874dee97796749bb21eac3d84735c70a",
|
2023-05-14 20:41:19 +02:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "nix-community",
|
|
|
|
"repo": "disko",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-05-10 21:05:10 +02:00
|
|
|
"flake-parts": {
|
|
|
|
"inputs": {
|
|
|
|
"nixpkgs-lib": [
|
|
|
|
"nixpkgs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
2023-12-27 14:34:23 +01:00
|
|
|
"lastModified": 1701473968,
|
|
|
|
"narHash": "sha256-YcVE5emp1qQ8ieHUnxt1wCZCC3ZfAS+SRRWZ2TMda7E=",
|
2023-05-10 21:05:10 +02:00
|
|
|
"owner": "hercules-ci",
|
|
|
|
"repo": "flake-parts",
|
2023-12-27 14:34:23 +01:00
|
|
|
"rev": "34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5",
|
2023-05-10 21:05:10 +02:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "hercules-ci",
|
|
|
|
"repo": "flake-parts",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"nixpkgs": {
|
|
|
|
"locked": {
|
2023-12-27 14:34:23 +01:00
|
|
|
"lastModified": 1703438236,
|
|
|
|
"narHash": "sha256-aqVBq1u09yFhL7bj1/xyUeJjzr92fXVvQSSEx6AdB1M=",
|
2023-05-10 21:05:10 +02:00
|
|
|
"owner": "NixOS",
|
|
|
|
"repo": "nixpkgs",
|
2023-12-27 14:34:23 +01:00
|
|
|
"rev": "5f64a12a728902226210bf01d25ec6cbb9d9265b",
|
2023-05-10 21:05:10 +02:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "NixOS",
|
|
|
|
"ref": "nixos-unstable",
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"root": {
|
|
|
|
"inputs": {
|
2023-05-14 20:41:19 +02:00
|
|
|
"disko": "disko",
|
2023-05-10 21:05:10 +02:00
|
|
|
"flake-parts": "flake-parts",
|
|
|
|
"nixpkgs": "nixpkgs",
|
2023-10-24 17:33:05 +02:00
|
|
|
"sops-nix": "sops-nix",
|
2023-05-14 18:18:49 +02:00
|
|
|
"srvos": "srvos",
|
2023-05-10 21:05:10 +02:00
|
|
|
"treefmt-nix": "treefmt-nix"
|
|
|
|
}
|
|
|
|
},
|
2023-10-24 17:33:05 +02:00
|
|
|
"sops-nix": {
|
|
|
|
"inputs": {
|
|
|
|
"nixpkgs": [
|
|
|
|
"nixpkgs"
|
|
|
|
],
|
|
|
|
"nixpkgs-stable": []
|
|
|
|
},
|
|
|
|
"locked": {
|
2023-12-27 14:34:23 +01:00
|
|
|
"lastModified": 1703387502,
|
|
|
|
"narHash": "sha256-JnWuQmyanPtF8c5yAEFXVWzaIlMxA3EAZCh8XNvnVqE=",
|
2023-10-24 17:33:05 +02:00
|
|
|
"owner": "Mic92",
|
|
|
|
"repo": "sops-nix",
|
2023-12-27 14:34:23 +01:00
|
|
|
"rev": "e523e89763ff45f0a6cf15bcb1092636b1da9ed3",
|
2023-10-24 17:33:05 +02:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "Mic92",
|
|
|
|
"repo": "sops-nix",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-05-14 18:18:49 +02:00
|
|
|
"srvos": {
|
|
|
|
"inputs": {
|
2023-12-27 14:34:23 +01:00
|
|
|
"nixos-stable": [
|
2023-11-26 18:01:53 +01:00
|
|
|
"nixpkgs"
|
|
|
|
],
|
2023-05-14 18:18:49 +02:00
|
|
|
"nixpkgs": [
|
|
|
|
"nixpkgs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
2023-12-27 14:34:23 +01:00
|
|
|
"lastModified": 1703469109,
|
|
|
|
"narHash": "sha256-hTQJ9uV43Vt8UXwervEj9mbDoQSN1mD3lwwPChG8jy8=",
|
2023-05-14 18:18:49 +02:00
|
|
|
"owner": "numtide",
|
|
|
|
"repo": "srvos",
|
2023-12-27 14:34:23 +01:00
|
|
|
"rev": "52d07db520046c4775f1047e68a05dcb53bba9ec",
|
2023-05-14 18:18:49 +02:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "numtide",
|
|
|
|
"repo": "srvos",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
},
|
2023-05-10 21:05:10 +02:00
|
|
|
"treefmt-nix": {
|
|
|
|
"inputs": {
|
|
|
|
"nixpkgs": [
|
|
|
|
"nixpkgs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"locked": {
|
2023-12-27 14:34:23 +01:00
|
|
|
"lastModified": 1702979157,
|
|
|
|
"narHash": "sha256-RnFBbLbpqtn4AoJGXKevQMCGhra4h6G2MPcuTSZZQ+g=",
|
2023-05-10 21:05:10 +02:00
|
|
|
"owner": "numtide",
|
|
|
|
"repo": "treefmt-nix",
|
2023-12-27 14:34:23 +01:00
|
|
|
"rev": "2961375283668d867e64129c22af532de8e77734",
|
2023-05-10 21:05:10 +02:00
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
"original": {
|
|
|
|
"owner": "numtide",
|
|
|
|
"repo": "treefmt-nix",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"root": "root",
|
|
|
|
"version": 7
|
|
|
|
}
|