Add disco to inputs

This commit is contained in:
Alexander Heldt
2025-05-02 10:35:55 +02:00
parent 3952959a12
commit ddd3b1c6e7
2 changed files with 26 additions and 0 deletions

View File

@@ -6,6 +6,11 @@
nixos-hardware.url = "github:nixos/nixos-hardware/master";
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
nh = {
url = "github:viperML/nh";
inputs.nixpkgs.follows = "nixpkgs";