mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
userborn: add updateScript
This commit is contained in:
parent
fc0d63ba27
commit
d0b21a4363
|
@ -5,6 +5,7 @@
|
|||
makeBinaryWrapper,
|
||||
mkpasswd,
|
||||
nixosTests,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
|
@ -35,6 +36,7 @@ rustPlatform.buildRustPackage rec {
|
|||
stripAllList = [ "bin" ];
|
||||
|
||||
passthru = {
|
||||
updateScript = nix-update-script { };
|
||||
tests = {
|
||||
inherit (nixosTests)
|
||||
userborn
|
||||
|
|
Loading…
Reference in a new issue