summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-12-28 15:10:22 +0100
committermakefu <github@syntax-fehler.de>2017-12-28 15:10:22 +0100
commit9d4436644115c2cc5c130d9c210c201bb506c789 (patch)
tree26dbc074eab020b3a36ca207327d66d18a773065
parent6124dfffcf321c52a7a83880ec8a1ce0183009ba (diff)
ma source: use official nixos-hardware
-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";
};
})