Dependencies: Switch from kekrby's nixos-hardware fork to upstream

This commit is contained in:
networkException 2023-07-10 22:14:24 +02:00
parent 749e828824
commit b62e8297f3
No known key found for this signature in database
GPG key ID: E3877443AE684391
3 changed files with 7 additions and 6 deletions

View file

@ -3,7 +3,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:kekrby/nixos-hardware";
nixos-hardware.url = "github:NixOS/nixos-hardware";
};
outputs = { self, nixpkgs, nixos-hardware }: