diff options
author | Vincent Ambo <tazjin@google.com> | 2020-01-04T15·08+0000 |
---|---|---|
committer | Vincent Ambo <Vincent Ambo> | 2020-01-04T22·50+0000 |
commit | 1d687c53031277f72a5273b01dab9d4bf37bb862 (patch) | |
tree | b09f359e4e950bc0d655db1241daae932142bf60 /third_party | |
parent | 3638048c9bd3b1cc46685bb8a6a0c36c6532fdb5 (diff) |
chore(ops/nixos): Move NixOS configuration one level up r/327
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index 49542ff750a5..b734301a2d29 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"; } |