diff options
| author | Michael Hoang <enzime@users.noreply.github.com> | 2023-06-21 00:00:28 +1000 |
|---|---|---|
| committer | Michael Hoang <enzime@users.noreply.github.com> | 2023-07-11 18:59:05 +1000 |
| commit | 22620845fee1cc16f4ea639509c50fd989ccc1ce (patch) | |
| tree | 6f8aff89b3342fecc1109c618ffc46ff4a0eda40 /modules/examples | |
| parent | 5288a723540fdb25e34364518115e2ef32ed19ad (diff) | |
readme: update with new flaky instructions
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: |
