Add needed inputs

This commit is contained in:
2024-10-10 00:42:54 +01:00
parent 43a97b7ecc
commit f426f0c100

View File

@@ -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;