diff options
Diffstat (limited to 'modules/darwin/base/nix.nix')
| -rw-r--r-- | modules/darwin/base/nix.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/darwin/base/nix.nix b/modules/darwin/base/nix.nix deleted file mode 100644 index dd593f9..0000000 --- a/modules/darwin/base/nix.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ - config, - lib, - inputs, - ... -}: let - cfg = config.base.nixSettings; - enable = config.base.enable && cfg.enable; -in { - config = lib.mkIf enable { - # not sure why i have to force this - environment.etc."nix/inputs/nixpkgs".source = lib.mkForce inputs.nixpkgs.outPath; - - services.nix-daemon.enable = true; - }; -} |
