diff --git a/flake.nix b/flake.nix index 288f3d7..4f4e60f 100644 --- a/flake.nix +++ b/flake.nix @@ -8,9 +8,6 @@ # flake parts flake-parts.url = "github:hercules-ci/flake-parts"; import-tree.url = "github:vic/import-tree"; - - # Disko - disko.url = "github:nix-community/disko"; }; outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} (inputs.import-tree ./modules);