diff options
| author | Emily <vcs@emily.moe> | 2023-07-11 23:59:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-11 23:59:03 +0100 |
| commit | eb22022ba8faeeb7a9be8afe925511b88ad12ca5 (patch) | |
| tree | 414b54c9af4dc3bf231c4b66d4e68bca029abb58 /modules/examples | |
| parent | 83620edf499ba8033ad43d4f5edc50fdf3eeee5f (diff) | |
| parent | 63af129cb56548edf8e620437443f8e8b57864f9 (diff) | |
Merge pull request #687 from Enzime/flaky
Install nix-darwin on flake-based systems
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: |
