File tree 1 file changed +0
-14
lines changed
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
351
351
Then ` protoc --purescript_out=path_to_output file.proto` will be runnable
352
352
in our derivation phases.
353
353
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
-
368
354
The ` flake.nix` provides the Google Protocol Buffers conformance tests
369
355
as an ` app` . To run the conformance tests right now
370
356
[without installing or cloning](https://determinate.systems/posts/nix-run)
You can’t perform that action at this time.
0 commit comments