mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
sudo-rs: refactor module
This commit is contained in:
@@ -286,7 +286,7 @@ in
|
||||
in
|
||||
{
|
||||
sudo = {
|
||||
source = "${cfg.package.out}/bin/sudo";
|
||||
source = "${lib.getExe cfg.package}";
|
||||
inherit
|
||||
owner
|
||||
group
|
||||
|
||||
Reference in New Issue
Block a user