mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
6a9beaf893
This focuses on Rust packages, since the most commonly used argument parser library (clap/structopt) makes the following pattern natural and thus common: postInstall = '' installShellCompletion --cmd foo \ --bash <($out/bin/foo completion bash) \ … This commit just guards those with lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) splitting the string where unrelated actions are performed. |
||
---|---|---|
.. | ||
alejandra | ||
dnadd | ||
fh | ||
gridlock | ||
info | ||
nix-init | ||
nix-melt | ||
nix-output-monitor | ||
nix-query-tree-viewer | ||
nix-script | ||
nixci | ||
nixdoc | ||
nixel | ||
nixos-generators | ||
nixos-install-tools | ||
nixos-option | ||
nixos-render-docs | ||
nixpkgs-hammering | ||
nixpkgs-lint | ||
npins | ||
rnix-hashes | ||
statix | ||
zon2nix | ||
web-devmode.nix |