Skip to content

Commit

Permalink
README remove nix config instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdbrock committed Dec 3, 2024
1 parent 2008cc9 commit d740e32
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,20 +351,6 @@ derivation. Include `protoc-gen-purescript` and `protobuf` as `nativeBuildInputs
Then `protoc --purescript_out=path_to_output file.proto` will be runnable
in our derivation phases.
Building `protoc-gen-purescript` requires an impure Nix build environment.
You might need in your `flake.nix`:
```
nixConfig.sandbox = "relaxed";
```
You might need in your `~/.config/nix.conf`:
```
experimental-features = nix-command flakes configurable-impure-env auto-allocate-uids
```
The `flake.nix` provides the Google Protocol Buffers conformance tests
as an `app`. To run the conformance tests right now
[without installing or cloning](https://determinate.systems/posts/nix-run)
Expand Down

0 comments on commit d740e32

Please sign in to comment.