chore(3p): Use nixos from unstable
Machines can still override the *package set*, but not the modules.
This commit is contained in:
parent
524b621231
commit
5841a49f85
1 changed files with 1 additions and 1 deletions
2
third_party/default.nix
vendored
2
third_party/default.nix
vendored
|
@ -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";
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue