Add nixos-hardware

This commit is contained in:
Nathan McCarty 2025-01-08 20:33:11 -05:00
parent 6077a6bf8f
commit e7b5b241c0
2 changed files with 36 additions and 49 deletions

View file

@ -15,6 +15,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
devshell.url = "github:numtide/devshell";
nixos-hardware = {
url = "github:NixOS/nixos-hardware/master";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =