diff options
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock index 53d3307b..4b9bafad 100644 --- a/flake.lock +++ b/flake.lock @@ -75,6 +75,26 @@ "type": "github" } }, + "disko": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1687747614, + "narHash": "sha256-KXspKgtdO2YRL12Jv0sUgkwOwHrAFwdIG/90pDx8Ydg=", + "owner": "nix-community", + "repo": "disko", + "rev": "fef67a1ddc293b595d62a660f57deabbcb70ff95", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "disko", + "type": "github" + } + }, "flake-compat": { "flake": false, "locked": { @@ -399,6 +419,7 @@ "inputs": { "agenix": "agenix", "crane": "crane", + "disko": "disko", "flake-compat": "flake-compat", "flake-utils": "flake-utils", "flake_update": "flake_update", |