From f426f0c1002ad44c330d1b99cc67e18d30bbefc0 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 10 Oct 2024 00:42:54 +0100 Subject: [PATCH] Add needed inputs --- nix/macOS/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;