From 1d687c53031277f72a5273b01dab9d4bf37bb862 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 4 Jan 2020 15:08:49 +0000 Subject: chore(ops/nixos): Move NixOS configuration one level up --- third_party/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'third_party/default.nix') 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"; } -- cgit 1.4.1