nawk: add nix-update-script

This commit is contained in:
Alexis Hildebrandt
2026-04-28 18:50:08 +02:00
parent 259aa5b226
commit 9bc0701c3b
+3
View File
@@ -5,6 +5,7 @@
bison,
buildPackages,
installShellFiles,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -44,6 +45,8 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://github.com/onetrueawk/awk";
description = "One, true implementation of AWK";