diff options
author | makefu <github@syntax-fehler.de> | 2017-12-28 15:10:22 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-12-28 15:10:22 +0100 |
commit | 9d4436644115c2cc5c130d9c210c201bb506c789 (patch) | |
tree | 26dbc074eab020b3a36ca207327d66d18a773065 /makefu | |
parent | 6124dfffcf321c52a7a83880ec8a1ce0183009ba (diff) |
ma source: use official nixos-hardware
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/source.nix | 4 |
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"; }; }) |