sudo-rs: Set passthru.updateScript
This commit is contained in:
parent
2cb9160ff2
commit
fdd277ba61
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user