Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-10-17 18:41:10 +01:00
parent 77edba5162
commit ab042e03aa
8 changed files with 34 additions and 60 deletions

View File

@@ -4,8 +4,8 @@
pkgs.writeShellApplication {
name = "merge-key-value";
runtimeInputs = with pkgs; [
gnugrep
coreutils
gawk
];
text = builtins.readFile ./key-value.sh;
}