From 9945e354c09d82f2d2291f9d102a8fc23a59ddbc Mon Sep 17 00:00:00 2001 From: voidarc Date: Wed, 29 Jul 2026 21:02:49 +0100 Subject: [PATCH] removed disko --- flake.nix | 3 --- 1 file changed, 3 deletions(-) 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);