migrated scripts to separate flake

This commit is contained in:
2024-12-14 16:30:47 -06:00
parent a325009332
commit 16b0a42aca
14 changed files with 50 additions and 28 deletions

View File

@@ -1,4 +1,5 @@
{
inputs,
lib,
config,
pkgs,
@@ -6,7 +7,7 @@
}:
let
cfg = config.my.servers.jellyfin;
sub-sync = pkgs.writeScriptBin "sub-sync" (builtins.readFile ../../scripts/sub-sync.sh);
sub-sync = inputs.jawz-scripts.packages.x86_64-linux.sub-sync;
sub-sync-path = [
pkgs.nix
pkgs.bash