1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: kirčiuoklis script

This commit is contained in:
2021-11-12 20:06:02 +01:00
parent a2b706e787
commit 8738cb4a58
3 changed files with 18 additions and 0 deletions

View File

@@ -106,6 +106,12 @@ in rec {
name = "meteo";
};
kirciuoklis = wrapScript {
packages = [ pkgs.curl pkgs.jq ];
script = ./kirciuoklis.sh;
name = "kirciuoklis";
};
booksplit = wrapScript {
packages = [ pkgs.ffmpeg tag pkgs.glibc.bin ];
script = "${voidrice}/.local/bin/booksplit";