nix-community / nix-index

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

Consider accepting --arg #241

Open SomeoneSerge opened 7 months ago

SomeoneSerge commented 7 months ago

...for indexing specialized variants of nixpkgs, e.g. --arg config { allowUnfree = true; cudaSupport = true; cudaCapabilities = [ "7.2" ]; }. In the current form this could probably be achieved by writing a wrapper .nix file for --nixpkgs which may not be as convenient