summaryrefslogtreecommitdiff
path: root/modules/examples/flake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/examples/flake')
-rw-r--r--modules/examples/flake/flake.nix2
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: