12 rustPlatform.buildRustPackage {
13 inherit pname version;
15 src = fetchFromGitHub {
19 hash = "sha256-k3HRaWN8/MTZRGWBxI8RRK0tcSYBbSLs3vHkUdLGTc8";
22 cargoHash = "sha256-wfUr3dcdALMEgJ6CaXhK4Gqk6xflCnov9tELA63drV4=";
24 nativeBuildInputs = [ asciidoctor installShellFiles ];
27 installManPage $releaseDir/build/nux-*/out/nux.1
28 installShellCompletion $releaseDir/build/nux-*/out/nux.{bash,fish}
29 installShellCompletion $releaseDir/build/nux-*/out/_nux
33 homepage = "https://github.com/NuxPackage/nux";
34 description = "Wrapper over the nix cli";
35 license = with lib.licenses; [ gpl3Plus ];