Loading pkgs/by-name/lo/lon/package.nix +14 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ rustPlatform, lib, fetchFromGitHub, makeBinaryWrapper, nix-prefetch-git, gitMinimal, }: rustPlatform.buildRustPackage rec { Loading @@ -20,6 +23,17 @@ rustPlatform.buildRustPackage rec { useFetchCargoVendor = true; cargoHash = "sha256-cr1+WBlq/uuOVDIbgN5UhsQ0ISLDYOxyGRnQ6ntEH5w="; nativeBuildInputs = [ makeBinaryWrapper ]; postInstall = '' wrapProgram $out/bin/lon --prefix PATH : ${ lib.makeBinPath [ nix-prefetch-git gitMinimal ] } ''; meta = { description = "Lock & update Nix dependencies"; homepage = "https://github.com/nikstur/lon"; Loading Loading
pkgs/by-name/lo/lon/package.nix +14 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ rustPlatform, lib, fetchFromGitHub, makeBinaryWrapper, nix-prefetch-git, gitMinimal, }: rustPlatform.buildRustPackage rec { Loading @@ -20,6 +23,17 @@ rustPlatform.buildRustPackage rec { useFetchCargoVendor = true; cargoHash = "sha256-cr1+WBlq/uuOVDIbgN5UhsQ0ISLDYOxyGRnQ6ntEH5w="; nativeBuildInputs = [ makeBinaryWrapper ]; postInstall = '' wrapProgram $out/bin/lon --prefix PATH : ${ lib.makeBinPath [ nix-prefetch-git gitMinimal ] } ''; meta = { description = "Lock & update Nix dependencies"; homepage = "https://github.com/nikstur/lon"; Loading