summaryrefslogtreecommitdiff
path: root/nix/lua.nix
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-12-21 21:24:42 +0100
committerGitHub <[email protected]>2024-12-21 21:24:42 +0100
commit0507a6bf1035ddbe72fdb64c0fb5dc1c991faeaf (patch)
tree65a46958208fa36e5b05aa4b5a9495f896f0d641 /nix/lua.nix
parentdafb191661d88c3182b6571461df56687ec90cdd (diff)
nix: refactor (#197)
close #192
Diffstat (limited to 'nix/lua.nix')
-rw-r--r--nix/lua.nix6
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: []),