summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--makefu/source.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/source.nix b/makefu/source.nix
index 2456dc76e..fde1d9680 100644
--- a/makefu/source.nix
+++ b/makefu/source.nix
@@ -50,8 +50,8 @@ in
(mkIf ( hw ) {
nixos-hardware.git = {
- url = https://github.com/makefu/nixos-hardware.git;
- ref = "1fef1c1";
+ url = https://github.com/nixos/nixos-hardware.git;
+ ref = "8a05dc9";
};
})