diff options
author | Aylur <[email protected]> | 2024-10-26 11:50:43 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-10-26 11:50:43 +0200 |
commit | 4a5308c82e0134f87b7e1ccc56e4fa2778b69fdd (patch) | |
tree | 5cd63b325f8c6b6db8778c6b00c05de0159bfb8f /nix/lua.nix | |
parent | 8306ec0789854f9e04bc1708c4a7dc2afc1b4c90 (diff) |
fix: lua flake and lib
Diffstat (limited to 'nix/lua.nix')
-rw-r--r-- | nix/lua.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/lua.nix b/nix/lua.nix index 549c6c3..d4221f1 100644 --- a/nix/lua.nix +++ b/nix/lua.nix @@ -12,7 +12,7 @@ defaults: { ps.lgi (ps.luaPackages.toLuaModule (pkgs.stdenvNoCC.mkDerivation { name = "astal"; - src = "${astal}/lang/lua"; + src = "${astal}/lang/lua/astal"; dontBuild = true; installPhase = '' mkdir -p $out/share/lua/${ps.lua.luaversion}/astal |