mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
sudo-rs: refactor module
This commit is contained in:
parent
c4121db5e0
commit
2c88eb3331
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ in
|
|||
in
|
||||
{
|
||||
sudo = {
|
||||
source = "${cfg.package.out}/bin/sudo";
|
||||
source = "${lib.getExe cfg.package}";
|
||||
inherit
|
||||
owner
|
||||
group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue