sudo-rs: Set passthru.updateScript

This commit is contained in:
nicoo 2023-09-08 23:12:31 +00:00
parent 2cb9160ff2
commit fdd277ba61

View File

@ -3,6 +3,7 @@
, fetchFromGitHub
, fetchpatch
, installShellFiles
, nix-update-script
, pam
, pandoc
, rustPlatform
@ -72,6 +73,8 @@ rustPlatform.buildRustPackage rec {
"su::context::tests::invalid_shell"
];
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "A memory safe implementation of sudo and su.";
homepage = "https://github.com/memorysafety/sudo-rs";