1
0
Fork 0

Disable unnecessary optimizing

This commit is contained in:
Malte Brandy 2020-07-03 05:31:14 +02:00
parent cc937ac470
commit 86d1fbf8cb
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -11,7 +11,6 @@ in {
update-modes
sudo -A update-system
sudo -A nix-collect-garbage -d
sudo -A nix optimise-store
'';
activateMode = pkgs.writeHaskellScript { name = "activate-mode"; } ''
getMode :: IO Text