diff --git a/README.md b/README.md index 5117cfe..6a7f6a0 100644 --- a/README.md +++ b/README.md @@ -104,27 +104,6 @@ build-watch test-watch ``` -It is also possible to build the project without entering the development shell. -This allows us to build the same way as the CI/CD environment, build with different GHC versions, build container images, etc. - -To do this, run - -```sh -# default GHC -nix build - -# custom GHC -nix build .#crem.ghc90 -nix build .#crem.ghc92 -``` - -To view the compilation logs, you can append `-L`: - -```sh -nix build -L -nix build -L .#crem.ghc92 -``` - ### Haddock documentation You can generate and see the [Haddock] documentation by running