summaryrefslogtreecommitdiff
path: root/nix/lua.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/lua.nix')
-rw-r--r--nix/lua.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/lua.nix b/nix/lua.nix
index 0449c34..a790021 100644
--- a/nix/lua.nix
+++ b/nix/lua.nix
@@ -44,10 +44,12 @@ in
];
installPhase = ''
+ runHook preInstall
mkdir -p $out/bin
cp -r * $out/bin
echo '${script}' > astal-lua
install -m 755 astal-lua $out/bin/${name}
+ runHook postInstall
'';
gappsWrapperArgs = [