chore: nix fmt
This commit is contained in:
parent
db4f57777f
commit
423907b530
1 changed files with 16 additions and 15 deletions
|
|
@ -16,7 +16,8 @@ let
|
|||
lib.unique [ homebrewBin homebrewSbin ]
|
||||
else
|
||||
[ ];
|
||||
formatPathList = paths: lib.concatMapStrings (path: " \"${path}\"\n") paths;
|
||||
formatPathList = paths:
|
||||
lib.concatMapStrings (path: " \"${path}\"\n") paths;
|
||||
in {
|
||||
programs.nushell.enable = lib.mkDefault true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue