mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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
|
in
|
||||||
{
|
{
|
||||||
sudo = {
|
sudo = {
|
||||||
source = "${cfg.package.out}/bin/sudo";
|
source = "${lib.getExe cfg.package}";
|
||||||
inherit
|
inherit
|
||||||
owner
|
owner
|
||||||
group
|
group
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue