feat(flake): add disko to flake.nix for nixos-anywhere

This commit is contained in:
2026-08-26 07:33:31 -04:00
parent 48806c84fe
commit f24a14920e
2 changed files with 26 additions and 0 deletions
+5
View File
@@ -35,6 +35,11 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =