add disko to flake.nix

This commit is contained in:
2024-12-13 19:20:09 -05:00
parent e48118b3ef
commit 0c23f894ae

View File

@@ -21,6 +21,11 @@
url = "github:ryantm/agenix"; url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
disko = {
url = "github:nix-community/disko/latest";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
outputs = outputs =