From 22620845fee1cc16f4ea639509c50fd989ccc1ce Mon Sep 17 00:00:00 2001 From: Michael Hoang Date: Wed, 21 Jun 2023 00:00:28 +1000 Subject: readme: update with new flaky instructions --- modules/examples/flake/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/examples') 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: -- cgit v1.2.3