migrated scripts to separate flake
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user