Add needed inputs
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
outputs = inputs@{ self, nix-darwin, nixpkgs }:
|
outputs = inputs@{ self, nix-darwin, nixpkgs }:
|
||||||
let
|
let
|
||||||
configuration = { pkgs, config, ... }: {
|
configuration = { lib, pkgs, config, inputs, ... }: {
|
||||||
services.nix-daemon.enable = true;
|
services.nix-daemon.enable = true;
|
||||||
nix.settings.experimental-features = "nix-command flakes";
|
nix.settings.experimental-features = "nix-command flakes";
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user