diff --git a/nix/macOS/flake.nix b/nix/macOS/flake.nix index a1965089..9175bb1d 100644 --- a/nix/macOS/flake.nix +++ b/nix/macOS/flake.nix @@ -17,7 +17,7 @@ outputs = inputs@{ self, nix-darwin, nixpkgs }: let - configuration = { pkgs, config, ... }: { + configuration = { lib, pkgs, config, inputs, ... }: { services.nix-daemon.enable = true; nix.settings.experimental-features = "nix-command flakes"; nixpkgs.config.allowUnfree = true;