From 6afb5b3806e40fb805a6315e6c0ae84d24ae1809 Mon Sep 17 00:00:00 2001 From: makefu <github@syntax-fehler.de> Date: Thu, 28 Dec 2017 15:10:22 +0100 Subject: [PATCH] ma source: use official nixos-hardware --- source.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source.nix b/source.nix index 2456dc7..fde1d96 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"; }; })