fix: decrease rascal closure size by installing almost nothing
Some checks failed
/ build-host (map[host:beefcake]) (push) Successful in 53s
/ build-host (map[host:dragon]) (push) Successful in 1m17s
/ build-host (map[host:flipflop]) (push) Successful in 1m8s
/ build-host (map[host:foxtrot]) (push) Successful in 1m15s
/ build-host (map[host:rascal]) (push) Successful in 48s
/ build-host (map[host:router]) (push) Successful in 44s
/ build-devshell (push) Successful in 18s
/ flake-check (push) Has been cancelled

This commit is contained in:
Daniel Flanagan 2025-03-20 23:31:17 -05:00
parent fcd15bd0b1
commit 0cca84da2a

View file

@ -71,6 +71,6 @@
services.tailscale.useRoutingFeatures = "server";
home-manager.users.daniel = {
lyte.shell.enable = true;
lyte.shell.enable = false; # makes everything take too much disk =(
};
}