about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-06-07T18·28+0100
committerVincent Ambo <tazjin@google.com>2020-06-11T21·13+0000
commit5841a49f850507362be5cffc4d8a12cec06cb302 (patch)
treec814a54cb422867ebea0219736e762fc8a813c9f
parent524b621231bb2a2c89f717fb9c8b5ee38df52e62 (diff)
chore(3p): Use nixos from unstable r/895
Machines can still override the *package set*, but not the modules.
-rw-r--r--third_party/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/default.nix b/third_party/default.nix
index b81c6a102f..9b62ede4d3 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";
 })