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

This commit is contained in:
2026-08-25 09:50:49 -04:00
parent e5132e2a0b
commit a343a45521
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 =