Use overlay

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-08-17 19:57:22 +03:00
parent 37d2ba1946
commit 10930e85d6
9 changed files with 26 additions and 40 deletions

View File

@@ -0,0 +1,11 @@
final: prev:
"${
prev.writeShellApplication {
name = "merge-key-value";
runtimeInputs = with final; [
coreutils
gawk
];
text = builtins.readFile ./key-value.sh;
}
}/bin/merge-key-value"