nushell: Add updater script
This commit is contained in:
parent
fde05a82c4
commit
47e3a91333
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
, withExtraFeatures ? true
|
||||
, testers
|
||||
, nushell
|
||||
, nix-update-script
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
|
@ -99,5 +100,8 @@ rustPlatform.buildRustPackage rec {
|
|||
tests.version = testers.testVersion {
|
||||
package = nushell;
|
||||
};
|
||||
updateScript = nix-update-script {
|
||||
attrPath = pname;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue