Loading pkgs/by-name/dp/dprint/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,11 @@ rustPlatform.buildRustPackage (finalAttrs: { versionCheckKeepEnvironment = [ "HOME" ]; passthru = { updateScript = nix-update-script { }; updateScript = nix-update-script { # Follow upstream's release policy. Git tags are not enough for this package: # https://github.com/dprint/dprint/issues/1113 extraArgs = [ "--use-github-releases" ]; }; }; meta = { Loading Loading
pkgs/by-name/dp/dprint/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,11 @@ rustPlatform.buildRustPackage (finalAttrs: { versionCheckKeepEnvironment = [ "HOME" ]; passthru = { updateScript = nix-update-script { }; updateScript = nix-update-script { # Follow upstream's release policy. Git tags are not enough for this package: # https://github.com/dprint/dprint/issues/1113 extraArgs = [ "--use-github-releases" ]; }; }; meta = { Loading