Merge remote-tracking branch 'lass/master'

This commit is contained in:
makefu 2020-10-23 21:02:02 +02:00
commit 1ae5c6aec6

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