Run nixpkgs-fmt

This commit is contained in:
Sridhar Ratnakumar 2023-06-12 16:41:22 -04:00
parent 0d8b40edfa
commit 4b117924f4
5 changed files with 16 additions and 16 deletions

View File

@ -8,7 +8,7 @@ lib.mkOption {
nullOr
(either (listOf str) (attrsOf str));
default = null;
example = { ABC="2221"; PRINT_ERR="111"; };
example = { ABC = "2221"; PRINT_ERR = "111"; };
description = ''
Attrset of environment variables.