diff options
author | makefu <github@syntax-fehler.de> | 2020-10-23 21:02:02 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-10-23 21:02:02 +0200 |
commit | e8b6cc0587929a7ebd0d00f83d298640b20b055f (patch) | |
tree | e0f813b8264119a84d6b8c32fa68041c8541ab59 /makefu | |
parent | fd41a76d4cab2765f9ef95ce5322b7bffe52b8a7 (diff) | |
parent | 242530680d5dcb37a5a023d0b8f6155ab441cead (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/krops.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/krops.nix b/makefu/krops.nix index bf2a7a19a..213af0497 100644 --- a/makefu/krops.nix +++ b/makefu/krops.nix @@ -48,7 +48,7 @@ } (lib.mkIf (host-src.unstable) { nixpkgs-unstable.git = { - url = "https://github.com/nixos/nixpkgs-channels"; + url = "https://github.com/nixos/nixpkgs"; ref = (lib.importJSON ../krebs/nixpkgs-unstable.json).rev; }; }) |