nix-community / nix-index

Quickly locate nix packages with specific files [maintainers=@bennofs @figsoda @raitobezarius]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider accepting --arg

SomeoneSerge opened this issue · comments

...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