diff options
author | lassulus <lassulus@lassul.us> | 2020-10-18 19:07:43 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-10-18 19:07:43 +0200 |
commit | 8196db04dc94eff0c9fd898fd964dd0fb67e36f0 (patch) | |
tree | df74409f69ff9e870b79ecc3797e87c71263777b | |
parent | 5e304ff70ec34800e3b847664757b363e1e88a9b (diff) |
makefu: use new unstable remote
-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; }; }) |