Loading pkgs/by-name/to/toml2nix/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, rustPlatform, fetchCrate, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -19,6 +20,7 @@ rustPlatform.buildRustPackage (finalAttrs: { ln -s ${./Cargo.lock} Cargo.lock ''; passthru.updateScript = nix-update-script { }; meta = { description = "Tool to convert TOML files to Nix expressions"; mainProgram = "toml2nix"; Loading Loading
pkgs/by-name/to/toml2nix/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, rustPlatform, fetchCrate, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -19,6 +20,7 @@ rustPlatform.buildRustPackage (finalAttrs: { ln -s ${./Cargo.lock} Cargo.lock ''; passthru.updateScript = nix-update-script { }; meta = { description = "Tool to convert TOML files to Nix expressions"; mainProgram = "toml2nix"; Loading