migrated scripts to separate flake
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{ inputs, lib, ... }:
|
||||
{
|
||||
imports = [ ./base.nix ];
|
||||
config.my.scripts.manage-library = {
|
||||
@@ -8,6 +8,6 @@
|
||||
name = "manage-library";
|
||||
timer = "00:30";
|
||||
description = "scans the library directory and sorts files";
|
||||
package = pkgs.writeScriptBin "manage-library" (builtins.readFile ../../scripts/manage-library.sh);
|
||||
package = inputs.jawz-scripts.packages.x86_64-linux.manage-library;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user