mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-16 06:31:24 +01:00
Core doubles the closure size and adds 8mb to the binary size for dubious benefit. This adds FileUtils to do the file interaction bits that aren't in the stdlib and removes Core in preference to the bundled Stdlib. Tests are passing, but I want to investigate the nix build before I commit to this approach
6 lines
134 B
Text
6 lines
134 B
Text
(executable
|
|
(name flake_env)
|
|
(public_name flake_env)
|
|
(libraries lib ppx_yojson_conv re sha)
|
|
(preprocess
|
|
(pps ppx_yojson_conv)))
|