summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock21
1 files changed, 21 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 09384a2..83697dc 100644
--- a/flake.lock
+++ b/flake.lock
@@ -21,6 +21,26 @@
"url": "https://git.hwebs.info/discidurl"
}
},
+ "disko": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1781152676,
+ "narHash": "sha256-RxWs5ND31KzTG7wvMM+PMfUjyNpmIEr999lqNARaM5o=",
+ "owner": "nix-community",
+ "repo": "disko",
+ "rev": "ff8702b4de27f72b4c78573dfb89ec74e36abdf1",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "disko",
+ "type": "github"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1784280462,
@@ -40,6 +60,7 @@
"root": {
"inputs": {
"discidurl": "discidurl",
+ "disko": "disko",
"nixpkgs": "nixpkgs"
}
}