chore(3p): Use nixos from unstable

Machines can still override the *package set*, but not the modules.
This commit is contained in:
Vincent Ambo 2020-06-07 19:28:59 +01:00
parent 524b621231
commit 5841a49f85

View file

@ -173,5 +173,5 @@ in exposed.lib.fix(self: exposed // {
stdenv = nixpkgs.llvmPackages_10.stdenv;
# Make NixOS available
nixos = import "${stableNixpkgsSrc}/nixos";
nixos = import "${nixpkgsSrc}/nixos";
})