summaryrefslogtreecommitdiffstats
path: root/source.nix
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
commit6afb5b3806e40fb805a6315e6c0ae84d24ae1809 (patch)
tree64b8006865b393fca5faba62b3c4d6dab969ab8b /source.nix
parent29d55029cc286717ea2fa5f2951b27e4d43bf9c6 (diff)
ma source: use official nixos-hardware
Diffstat (limited to 'source.nix')
-rw-r--r--source.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/source.nix b/source.nix
index 2456dc76e..fde1d9680 100644
--- a/source.nix
+++ b/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";
};
})