mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
nufmt: add update script
This commit is contained in:
parent
b0be0a580d
commit
cb5cfd9a6f
@ -4,6 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
rustPlatform,
|
||||
darwin,
|
||||
nix-update-script,
|
||||
...
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
@ -25,6 +26,7 @@ rustPlatform.buildRustPackage rec {
|
||||
);
|
||||
|
||||
cargoHash = "sha256-16Z20opeZpoa7h258um+grL3ktPmY4P0M/tqMTr5hYc=";
|
||||
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
|
||||
|
||||
meta = {
|
||||
description = "Nushell formatter";
|
||||
|
Loading…
Reference in New Issue
Block a user