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

feat: unify/update stockholm pkgs

This commit is contained in:
2021-10-19 22:42:00 +02:00
parent 6809db5ccc
commit 4ae2fa4a6a
3 changed files with 7 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ in {
};
environment.systemPackages = [
(pkgs.writeDashBin "mpv-simpsons" ''
(pkgs.writers.writeDashBin "mpv-simpsons" ''
set -efu
cd "${flixLocation}/download"
[ -f "${cacheLocation}/${indexFilename}" ] || exit 1
@@ -65,7 +65,7 @@ in {
| shuf \
| ${pkgs.findutils}/bin/xargs -d '\n' ${pkgs.mpv}/bin/mpv
'')
(pkgs.writeDashBin "flixmenu" ''
(pkgs.writers.writeDashBin "flixmenu" ''
set -efu
cd "${flixLocation}/download"