Update spotify config handling
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
13
lib/runtime/merge/default.nix
Normal file
13
lib/runtime/merge/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
keyValue = lib.meta.getExe (
|
||||
pkgs.writeShellApplication {
|
||||
name = "merge-key-value";
|
||||
runtimeInputs = with pkgs; [
|
||||
gnugrep
|
||||
coreutils
|
||||
];
|
||||
text = builtins.readFile ./key-value.sh;
|
||||
}
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user