1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-31 04:04:45 +00:00
nix-darwin/modules
Michael Hoang 5528b36698 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`.
2022-02-04 21:32:40 +11:00
..
documentation modules/documentation/default.nix: Fix args warning 2022-01-02 12:45:39 +01:00
environment add forward compatibility for literalExample deprecation 2021-10-23 15:06:42 +02:00
examples improve flakes missing system error message 2021-09-15 20:22:23 +02:00
fonts add forward compatibility for literalExample deprecation 2021-10-23 15:06:42 +02:00
launchd Remove deprecated types.loaOf 2020-09-02 04:20:00 +00:00
lib etc: allow replacing files with known content 2020-06-17 19:23:31 +02:00
networking Add separate options for ComputerName, HostName, and LocalHostName 2020-08-31 21:01:47 -07:00
nix eval-config: Support passing in pkgs 2022-02-04 21:32:40 +11:00
programs add forward compatibility for literalExample deprecation 2021-10-23 15:06:42 +02:00
security add forward compatibility for literalExample deprecation 2021-10-23 15:06:42 +02:00
services add forward compatibility for literalExample deprecation 2021-10-23 15:06:42 +02:00
system Merge pull request #419 from tboerger/dock-features 2022-01-17 21:57:10 +01:00
time time: skip activation if nothing is enabled 2018-01-12 22:24:34 +01:00
users add forward compatibility for literalExample deprecation 2021-10-23 15:06:42 +02:00
alias.nix activation: rename pre/post hooks 2018-01-13 17:12:02 +01:00
homebrew.nix Fix homebrew.brewPrefix default value on Apple Silicon 2022-01-17 16:07:09 -08:00
module-list.nix defaults: add options for common universalaccess settings 2021-12-24 17:52:17 -05:00