makefu: use new unstable remote

This commit is contained in:
lassulus 2020-10-18 19:07:43 +02:00
parent 5e304ff70e
commit 8196db04dc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};
})