about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/default.nix b/third_party/default.nix
index 49542ff750..b734301a2d 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -103,4 +103,7 @@ in exposed // {
   originals = {
     inherit (nixpkgs) git notmuch;
   };
+
+  # Make NixOS available
+  nixos = import "${nixpkgsSrc}/nixos";
 }