feat: arg expansions working, lez go ma nigga

This commit is contained in:
isaac 2024-11-25 22:23:11 -05:00
parent 45ca7a9718
commit 1196617af5
6 changed files with 167 additions and 104 deletions

View file

@ -21,6 +21,13 @@
elm-review
elm-test
;
inherit
(pkgs.nodePackages)
"@commitlint/config-conventional"
npm
typescript-language-server
;
};
};
};