Skip to content

Instantly share code, notes, and snippets.

@srhb
Created September 5, 2019 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srhb/a58c80de0fb1b48e886b4365e3b782bd to your computer and use it in GitHub Desktop.
Save srhb/a58c80de0fb1b48e886b4365e3b782bd to your computer and use it in GitHub Desktop.
nix.extraOptions = ''
# If we drop below 20GiB during builds, free 20GiB
min-free = ${toString (20*1024*1024*1024)}
max-free = ${toString (40*1024*1024*1024)}
'';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment