use local rmlint src code

This commit is contained in:
Danilo Reyes 2025-01-10 16:42:18 -06:00
parent 3f8e1ec7ac
commit 2c0a76d58a

View File

@ -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;