diff options
| author | Michael Hoang <enzime@users.noreply.github.com> | 2022-02-04 21:32:40 +1100 |
|---|---|---|
| committer | Michael Hoang <enzime@users.noreply.github.com> | 2022-02-04 21:32:40 +1100 |
| commit | 5528b366981dab354f7ec7299c26b8c9303cdf06 (patch) | |
| tree | 9e55b285cc8ad832506ef8bf73b24e4bba505faa /modules/programs/bash | |
| parent | bcdb6022b3a300abf59cb5d0106c158940f5120e (diff) | |
eval-config: Support passing in `pkgs`
This is useful for flake users as they will usually already have an
instantiated Nixpkgs e.g.
let
pkgs = import nixpkgs {
config.allowUnfree = true;
overlays = [ ... ];
}
in darwin.lib.darwinSystem {
inherit pkgs;
}
This change makes `nix-darwin` match the behaviour of NixOS and
`home-manager`.
Diffstat (limited to 'modules/programs/bash')
0 files changed, 0 insertions, 0 deletions
