feat(ops/nixos/nugget): Replace system-nix with meson-built one

What could possibly go wrong.
This commit is contained in:
Vincent Ambo 2020-05-17 20:49:44 +01:00
parent 8944370b7f
commit f605577d5c

View file

@ -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}"