1
0
Fork 1
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:
r-vdp 2024-09-04 10:14:40 +02:00
parent fc0d63ba27
commit d0b21a4363
No known key found for this signature in database

View file

@ -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