about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-01-04T15·08+0000
committerVincent Ambo <Vincent Ambo>2020-01-04T22·50+0000
commit1d687c53031277f72a5273b01dab9d4bf37bb862 (patch)
treeb09f359e4e950bc0d655db1241daae932142bf60 /third_party
parent3638048c9bd3b1cc46685bb8a6a0c36c6532fdb5 (diff)
chore(ops/nixos): Move NixOS configuration one level up r/327
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";
 }