mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/pam: add order comment to each rule line
This commit is contained in:
parent
077cdcc7e9
commit
43f7cb4a95
2 changed files with 5 additions and 3 deletions
|
@ -597,6 +597,7 @@ let
|
|||
(map (rule: concatStringsSep " " (
|
||||
[ type rule.control rule.modulePath ]
|
||||
++ map formatModuleArgument rule.args
|
||||
++ [ "# ${rule.name} (order ${toString rule.order})" ]
|
||||
)))
|
||||
(concatStringsSep "\n")
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue