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
|
, withExtraFeatures ? true
|
||||||
, testers
|
, testers
|
||||||
, nushell
|
, nushell
|
||||||
|
, nix-update-script
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
|
@ -99,5 +100,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
tests.version = testers.testVersion {
|
tests.version = testers.testVersion {
|
||||||
package = nushell;
|
package = nushell;
|
||||||
};
|
};
|
||||||
|
updateScript = nix-update-script {
|
||||||
|
attrPath = pname;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue