From 8196db04dc94eff0c9fd898fd964dd0fb67e36f0 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 18 Oct 2020 19:07:43 +0200 Subject: [PATCH] makefu: use new unstable remote --- makefu/krops.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; })