diff --git a/pkgs/run.nix b/pkgs/run.nix index 3fb1f50..9fa9ead 100644 --- a/pkgs/run.nix +++ b/pkgs/run.nix @@ -2,11 +2,11 @@ writeShellApplication, bash, zenity, - rmlint, git, gum, xclip, ghostty, + callPackage, ... }: writeShellApplication { @@ -15,11 +15,11 @@ writeShellApplication { runtimeInputs = [ bash zenity - rmlint git gum xclip ghostty + (callPackage ../pkgs_pr/rmlint.nix { }) ]; text = builtins.readFile ../src/packaged_scripts/run.sh;