Skip to content

Commit

Permalink
nix/package: add stdlib to extraLuaPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
Daru-san committed Oct 28, 2024
1 parent b8b1c79 commit ec265ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ let
"LICENSE"
] ../.;

extraLuaPackages = ps: [ luaPackages.snowy_utils ];
extraLuaPackages =
ps: with ps; [
luaPackages.snowy_utils
stdlib
];

extraPackages =
[
Expand Down

0 comments on commit ec265ba

Please sign in to comment.