Loading pkgs/tools/package-management/nix-index/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,9 @@ rustPlatform.buildRustPackage rec { substituteInPlace command-not-found.sh \ --subst-var out install -Dm555 command-not-found.sh -t $out/etc/profile.d substituteInPlace command-not-found.nu \ --subst-var out install -Dm555 command-not-found.nu -t $out/etc/profile.d ''; meta = with lib; { Loading Loading
pkgs/tools/package-management/nix-index/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,9 @@ rustPlatform.buildRustPackage rec { substituteInPlace command-not-found.sh \ --subst-var out install -Dm555 command-not-found.sh -t $out/etc/profile.d substituteInPlace command-not-found.nu \ --subst-var out install -Dm555 command-not-found.nu -t $out/etc/profile.d ''; meta = with lib; { Loading