Closed rvl closed 5 years ago
When building with stack --nix it will fetch all system dependencies (e.g. rocksdb). If stack/nix integration is not enabled, then this change has no effect.
stack --nix
Tested with stack --nix build.
stack --nix build
Overview
When building with
stack --nix
it will fetch all system dependencies (e.g. rocksdb). If stack/nix integration is not enabled, then this change has no effect.Comments
Tested with
stack --nix build
.