summaryrefslogtreecommitdiffstats
path: root/makefu/krops.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2020-10-18 19:07:43 +0200
committerlassulus <lassulus@lassul.us>2020-10-18 19:07:43 +0200
commit8196db04dc94eff0c9fd898fd964dd0fb67e36f0 (patch)
treedf74409f69ff9e870b79ecc3797e87c71263777b /makefu/krops.nix
parent5e304ff70ec34800e3b847664757b363e1e88a9b (diff)
makefu: use new unstable remote
Diffstat (limited to 'makefu/krops.nix')
-rw-r--r--makefu/krops.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/krops.nix b/makefu/krops.nix
index bf2a7a19..213af049 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;
};
})