mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
Remove trailing whitespace from all files (nitpick)
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
This commit is contained in:
parent
2a5a1acd62
commit
8fc712be60
7 changed files with 13 additions and 13 deletions
|
|
@ -19,7 +19,7 @@
|
|||
# Generates the help message displayed when entering the dev shell
|
||||
config: pkgs: let
|
||||
inherit (config) defaultPackageName enabledLanguages enabledPackages;
|
||||
|
||||
|
||||
# Build dynamic list of available commands based on enabled languages
|
||||
# Filters out empty strings for disabled languages
|
||||
shellCmds = pkgs.lib.concatLines (pkgs.lib.filter (cmd: cmd != "") [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue