Remove nixos-hardware input override

This commit is contained in:
GHOSCHT 2024-12-02 23:08:34 +01:00
parent 4b2997c4de
commit 265b1ab049
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -12,10 +12,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
hardware = { hardware.url = "github:nixos/nixos-hardware";
url = "github:nixos/nixos-hardware";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = { disko = {
url = "github:nix-community/disko"; url = "github:nix-community/disko";