summaryrefslogtreecommitdiff
path: root/nix/lua.nix
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-12-21 21:25:29 +0100
committerAylur <[email protected]>2024-12-21 21:25:29 +0100
commite0a6b7fc5ae38f13e5c110956bb94ac3b41bfb14 (patch)
treeaebfe3e620372efdd595f6479268bc551e4c519a /nix/lua.nix
parentfcef5cea5ca84fa06a74e69de34e84b4d0842fcc (diff)
parent0507a6bf1035ddbe72fdb64c0fb5dc1c991faeaf (diff)
Merge branch 'main' into feat/wayland-glib
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: []),