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, writeShellApplication,
bash, bash,
zenity, zenity,
rmlint,
git, git,
gum, gum,
xclip, xclip,
ghostty, ghostty,
callPackage,
... ...
}: }:
writeShellApplication { writeShellApplication {
@ -15,11 +15,11 @@ writeShellApplication {
runtimeInputs = [ runtimeInputs = [
bash bash
zenity zenity
rmlint
git git
gum gum
xclip xclip
ghostty ghostty
(callPackage ../pkgs_pr/rmlint.nix { })
]; ];
text = builtins.readFile ../src/packaged_scripts/run.sh; text = builtins.readFile ../src/packaged_scripts/run.sh;