nix-community / nix-index

Quickly locate nix packages with specific files [maintainers=@bennofs @figsoda @raitobezarius]
Other
817 stars 50 forks source link

add some fixes for Darwin and Flakes #175

Closed BrianHicks closed 2 years ago

BrianHicks commented 2 years ago

altogether, these changes allow you to do things like final.callPackage sources.nix-index { }; in a Nix Flake.

I disabled checks here since they appear to be system-dependent (they pass on Linux, but not on Darwin.) The same logic is applied in nixpkgs.