fix: nixos hardware didn't depend on nixos

This commit is contained in:
Noa Aarts 2024-08-30 18:27:38 +02:00
parent 7dc7e47810
commit 4d5f980c4d
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -46,7 +46,6 @@
hardware = { hardware = {
url = "github:NixOS/nixos-hardware/master"; url = "github:NixOS/nixos-hardware/master";
inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };