about summary refs log tree commit diff stats
path: root/flake.nix
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.nix
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.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 7f6f1f3c..2d42d25d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -44,6 +44,12 @@
         nixpkgs.follows = "nixpkgs";
       };
     };
+    disko = {
+      url = "github:nix-community/disko";
+      inputs = {
+        nixpkgs.follows = "nixpkgs";
+      };
+    };
     agenix = {
       url = "github:ryantm/agenix";
       inputs = {