diff options
author | Aylur <[email protected]> | 2024-12-24 21:38:12 +0100 |
---|---|---|
committer | Aylur <[email protected]> | 2024-12-24 21:38:12 +0100 |
commit | 22ab42c2bb5532064d704931729ddba089dd7276 (patch) | |
tree | 6dcf003fd140f2023210b8554d08af34b0b9586c /nix/lua.nix | |
parent | 27544705dfe77b50f919a166f06d5b96560dd2fd (diff) | |
parent | 3468763d51d389c67ec7b1a390ffa8a5328bddb6 (diff) |
Merge branch 'main' into feat/jsx-gtk4
Diffstat (limited to 'nix/lua.nix')
-rw-r--r-- | nix/lua.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/lua.nix b/nix/lua.nix index d4221f1..fc68fdd 100644 --- a/nix/lua.nix +++ b/nix/lua.nix @@ -1,6 +1,6 @@ -defaults: { - pkgs ? defaults.pkgs, - astal ? defaults.astal, +self: { + pkgs, + astal ? self, name ? "astal-lua", src, extraLuaPackages ? (ps: []), |