1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

tests/ranger: null package

Stubbing not working with the default cfg.finalPackage. Pass null to
reduce closure size
This commit is contained in:
Austin Horstman 2025-04-20 21:49:44 -05:00
parent 63bfbf55b6
commit 3fbe9a2b76

View file

@ -1,6 +1,7 @@
{ {
programs.ranger = { programs.ranger = {
enable = true; enable = true;
package = null;
settings = { settings = {
column_ratios = "1,3,3"; column_ratios = "1,3,3";
confirm_on_delete = "never"; confirm_on_delete = "never";