Resolve cached naming issue; statically link Haskell dependencies

This commit is contained in:
2023-05-04 07:45:02 -05:00
parent 9efdc01828
commit a05d227138
4 changed files with 13 additions and 13 deletions

2
README
View File

@ -30,7 +30,7 @@ Build binary and run natively:
nix build && ./result/bin/Purr-musl
Build and add Docker image to local registry:
nix build .#purrImage && docker load < result
nix build .#purr-docker && docker load < result
DEVELOPMENT & SUPPORT