diff options
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/flake/flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/flake/flake.nix b/modules/examples/flake/flake.nix index bacdcf5..af149b4 100644 --- a/modules/examples/flake/flake.nix +++ b/modules/examples/flake/flake.nix @@ -7,7 +7,7 @@ darwin.inputs.nixpkgs.follows = "nixpkgs"; }; - outputs = { self, darwin, nixpkgs }: + outputs = inputs@{ self, darwin, nixpkgs }: let configuration = { pkgs, ... }: { # List packages installed in system profile. To search by name, run: |
