Add rmlint to Nix package dependencies in run.nix for improved functionality
This commit is contained in:
parent
df61132974
commit
07daae7770
@ -6,6 +6,7 @@
|
|||||||
gum,
|
gum,
|
||||||
xclip,
|
xclip,
|
||||||
ghostty,
|
ghostty,
|
||||||
|
rmlint,
|
||||||
callPackage,
|
callPackage,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
@ -19,7 +20,7 @@ writeShellApplication {
|
|||||||
gum
|
gum
|
||||||
xclip
|
xclip
|
||||||
ghostty
|
ghostty
|
||||||
(callPackage ../pkgs_pr/rmlint.nix { })
|
rmlint
|
||||||
];
|
];
|
||||||
|
|
||||||
text = builtins.readFile ../src/packaged_scripts/run.sh;
|
text = builtins.readFile ../src/packaged_scripts/run.sh;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user