about summary refs log tree commit diff stats
path: root/flake.lock
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-06-28 08:02:51 +0200
committerSoispha <soispha@vhack.eu>2023-07-10 16:44:04 +0200
commit9a78511f41d57ac6b882e06c9d25e91dea4b38d9 (patch)
tree6cb7ef956dde79e3dcdea9ced652fabb707685ca /flake.lock
parentFix(hm/conf/ssh): Typo in known_host path (diff)
downloadnixos-config-9a78511f41d57ac6b882e06c9d25e91dea4b38d9.tar.gz
nixos-config-9a78511f41d57ac6b882e06c9d25e91dea4b38d9.zip
Feat(flake): Add disko module
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 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",