Refactor packages

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-02-23 23:52:29 +00:00
parent 3360e7f8c3
commit 0ae8128304
108 changed files with 11012 additions and 3025 deletions

View File

@@ -1,6 +1,6 @@
{ lib, pkgs, ... }:
{ pkgs, ... }:
{
keyValue = lib.meta.getExe (
keyValue = "${
pkgs.writeShellApplication {
name = "merge-key-value";
runtimeInputs = with pkgs; [
@@ -9,5 +9,5 @@
];
text = builtins.readFile ./key-value.sh;
}
);
}/bin/merge-key-value";
}