diff options
author | Aylur <[email protected]> | 2024-12-21 21:24:42 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-21 21:24:42 +0100 |
commit | 0507a6bf1035ddbe72fdb64c0fb5dc1c991faeaf (patch) | |
tree | 65a46958208fa36e5b05aa4b5a9495f896f0d641 /nix/lua.nix | |
parent | dafb191661d88c3182b6571461df56687ec90cdd (diff) |
nix: refactor (#197)
close #192
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: []), |