mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
tests/ranger: null package
Stubbing not working with the default cfg.finalPackage. Pass null to reduce closure size
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
programs.ranger = {
|
||||
enable = true;
|
||||
package = null;
|
||||
settings = {
|
||||
column_ratios = "1,3,3";
|
||||
confirm_on_delete = "never";
|
||||
|
||||
Reference in New Issue
Block a user