Loading pkgs/by-name/to/toml2nix/package.nix +6 −4 Original line number Diff line number Diff line Loading @@ -2,14 +2,15 @@ lib, rustPlatform, fetchCrate, nix-update-script, }: rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage (finalAttrs: { pname = "toml2nix"; version = "0.1.1"; src = fetchCrate { inherit pname version; inherit (finalAttrs) pname version; hash = "sha256-YhluLS4tFMibFrDzgIvNtfjM5dAqJQvygeZocKn3+Jg="; }; Loading @@ -19,6 +20,7 @@ rustPlatform.buildRustPackage rec { ln -s ${./Cargo.lock} Cargo.lock ''; passthru.updateScript = nix-update-script { }; meta = { description = "Tool to convert TOML files to Nix expressions"; mainProgram = "toml2nix"; Loading @@ -27,6 +29,6 @@ rustPlatform.buildRustPackage rec { mit # or asl20 ]; maintainers = [ ]; maintainers = [ lib.maintainers.progrm_jarvis ]; }; } }) Loading
pkgs/by-name/to/toml2nix/package.nix +6 −4 Original line number Diff line number Diff line Loading @@ -2,14 +2,15 @@ lib, rustPlatform, fetchCrate, nix-update-script, }: rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage (finalAttrs: { pname = "toml2nix"; version = "0.1.1"; src = fetchCrate { inherit pname version; inherit (finalAttrs) pname version; hash = "sha256-YhluLS4tFMibFrDzgIvNtfjM5dAqJQvygeZocKn3+Jg="; }; Loading @@ -19,6 +20,7 @@ rustPlatform.buildRustPackage rec { ln -s ${./Cargo.lock} Cargo.lock ''; passthru.updateScript = nix-update-script { }; meta = { description = "Tool to convert TOML files to Nix expressions"; mainProgram = "toml2nix"; Loading @@ -27,6 +29,6 @@ rustPlatform.buildRustPackage rec { mit # or asl20 ]; maintainers = [ ]; maintainers = [ lib.maintainers.progrm_jarvis ]; }; } })