Skip to content

Commit

Permalink
Reduce devShell closure size (#107)
Browse files Browse the repository at this point in the history
* Reduce devShell closure size

These changes reduce the closure size of devShell.default from 576.3M to 192.2M

- use the same nixpkgs from foliage, sharing is caring
- switch from mkShell to mkShellNoCC because we don't need a compiler
- switch from git to gitMinimal

* Reduce devShell closure size

- switch to curlMinimal (bin only)

* Reduce closure size

- Update foliage to get statically built binary
  • Loading branch information
andreabedini committed Nov 30, 2022
1 parent 460d7cc commit 5e0ebd2
Show file tree
Hide file tree
Showing 2 changed files with 482 additions and 47 deletions.

0 comments on commit 5e0ebd2

Please sign in to comment.