mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
Syntax wibble
This commit is contained in:
parent
e856d6efe8
commit
794b3721bc
@ -75,7 +75,7 @@ let
|
||||
(s: if (s ? "capabilities")
|
||||
then mkSetcapProgram
|
||||
({ owner = "root";
|
||||
, group = "root";
|
||||
group = "root";
|
||||
} // s)
|
||||
else if
|
||||
(s ? "setuid" && s.setuid == true) ||
|
||||
|
Loading…
Reference in New Issue
Block a user