1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-14 20:56:37 +00:00
nix-darwin/modules
Andrew Marshall fa97d79567 nix: Fix registry extra attrs not being applied
This was
    mkDefault { } // filterAttrs () x

which is interpreted as
    (mkDefault { }) // (filterAttrs () x)

but the intention is
    mkDefault ({ } // filterAttrs () x)

Resulting in lastModified, rev, etc. not being included. This is
essentially just bringing this clause up-to-date with the one from
NixOS.
2023-05-04 23:53:14 -04:00
..
documentation modules/documentation/default.nix: Fix args warning 2022-01-02 12:45:39 +01:00
environment Add system terminfo to TERMINFO_DIRS by default 2022-10-19 15:09:28 -06:00
examples rename the nixFlakes reference 2022-09-25 15:43:15 -04:00
fonts fix(modules/fonts): ignore repeated fonts 2023-03-28 14:41:20 -03:00
launchd Add/fix some launchd.plist options 2023-04-19 16:09:53 -04:00
lib etc: allow replacing files with known content 2020-06-17 19:23:31 +02:00
misc Move build user options to nix module to improve overlap with NixOS 2022-08-16 10:41:51 -07:00
networking Add separate options for ComputerName, HostName, and LocalHostName 2020-08-31 21:01:47 -07:00
nix nix: Fix registry extra attrs not being applied 2023-05-04 23:53:14 -04:00
programs add escape to shell aliases 2022-06-30 19:21:36 +02:00
security rename runCommandNoCC 2022-09-25 14:12:08 -04:00
services synergy: add options for TLS 2023-04-18 14:31:42 +09:00
system Merge pull request #452 from psm14/mouse-scaling 2022-12-16 13:07:17 +00:00
time time: skip activation if nothing is enabled 2018-01-12 22:24:34 +01:00
users Move build user options to nix module to improve overlap with NixOS 2022-08-16 10:41:51 -07:00
alias.nix Update def and implementation of nix.package to match NixOS module 2022-08-16 10:41:51 -07:00
homebrew.nix Improve documentation of homebrew module 2022-09-01 10:50:23 -07:00
meta.nix Add meta.maintainers option 2022-12-22 20:18:53 +01:00
module-list.nix hercules-ci-agent: init 2022-12-22 20:18:53 +01:00