1
0
Fork 0

Disable premature gc

This commit is contained in:
Malte Brandy 2020-07-14 21:51:24 +02:00
parent f9d479862f
commit 3b73317c10
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -10,7 +10,6 @@ in {
git -C ~/git/config pull
update-modes
sudo -A update-system
sudo -A nix-collect-garbage -d
'';
activateMode = pkgs.writeHaskellScript { name = "activate-mode"; } ''
getMode :: IO Text