From 5841a49f850507362be5cffc4d8a12cec06cb302 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 7 Jun 2020 19:28:59 +0100 Subject: chore(3p): Use nixos from unstable Machines can still override the *package set*, but not the modules. --- third_party/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party') diff --git a/third_party/default.nix b/third_party/default.nix index b81c6a102f77..9b62ede4d397 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -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"; }) -- cgit 1.4.1