diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-06-27 18:10:21 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-06-27 18:10:21 +0300 |
commit | b212b16a14ea12384c4b19ad453076502855a738 (patch) | |
tree | defd42780c334342e82d59ac927ae070e9af5fd7 /flake.lock | |
parent | 2024-06-24 (diff) |
2024-06-27
Diffstat (limited to '')
-rw-r--r-- | flake.lock | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock index 67beb64..802fa85 100644 --- a/flake.lock +++ b/flake.lock @@ -271,6 +271,26 @@ "type": "github" } }, + "disko": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1719236180, + "narHash": "sha256-VZAfBk2Lo8hQy/NQ4XVSpTICT0ownXBUi1QvGfdlxaM=", + "owner": "nix-community", + "repo": "disko", + "rev": "dd4d1663ccf7fbdb32361b9afe9e71206584cd4c", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "disko", + "type": "github" + } + }, "dns": { "inputs": { "flake-utils": [ @@ -691,6 +711,7 @@ "alertmanager-ntfy": "alertmanager-ntfy", "arkenfox": "arkenfox", "azahi-cc": "azahi-cc", + "disko": "disko", "dns": "dns", "flake-compat": "flake-compat", "flake-utils": "flake-utils", |