1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00
nix-darwin/modules/nix
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
..
default.nix nix: Fix registry extra attrs not being applied 2023-05-04 23:53:14 -04:00
nix-darwin.nix Fix #387 nix-rebuild --flake without XCode tools 2022-08-16 13:55:13 -07:00
nixpkgs.nix eval-config: Support passing in pkgs 2022-02-04 21:32:40 +11:00