File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -351,20 +351,6 @@ derivation. Include `protoc-gen-purescript` and `protobuf` as `nativeBuildInputs
351351Then ` protoc --purescript_out=path_to_output file.proto` will be runnable
352352in our derivation phases.
353353
354- Building ` protoc-gen-purescript` requires an impure Nix build environment.
355-
356- You might need in your ` flake.nix` :
357-
358- ` ` `
359- nixConfig.sandbox = " relaxed" ;
360- ` ` `
361-
362- You might need in your ` ~/.config/nix.conf` :
363-
364- ` ` `
365- experimental-features = nix-command flakes configurable-impure-env auto-allocate-uids
366- ` ` `
367-
368354The ` flake.nix` provides the Google Protocol Buffers conformance tests
369355as an ` app` . To run the conformance tests right now
370356[without installing or cloning](https://determinate.systems/posts/nix-run)
You can’t perform that action at this time.
0 commit comments