fixed disko configuration

This commit is contained in:
2026-07-29 17:28:36 +01:00
parent 882ca8780a
commit 8198522f64
5 changed files with 96 additions and 51 deletions

View File

@@ -8,6 +8,9 @@
# 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);