diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-17T19·49+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-17T19·49+0100 |
commit | f605577d5ceb91196136f5e357f8224ae5ab86fb (patch) | |
tree | 818a2db73b992708fab64a038cef3e807e0b39fc | |
parent | 8944370b7f92c99c3a872218f717f11ebbf716ca (diff) |
feat(ops/nixos/nugget): Replace system-nix with meson-built one r/746
What could possibly go wrong.
-rw-r--r-- | ops/nixos/nugget/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix index 4b8e11675840..9b9d8fdce116 100644 --- a/ops/nixos/nugget/default.nix +++ b/ops/nixos/nugget/default.nix @@ -42,6 +42,7 @@ in depot.lib.fix(self: { }; nix = { + package = depot.third_party.nix; nixPath = [ "depot=/home/tazjin/depot" "nixpkgs=${depot.third_party.nixpkgsSrc}" |