-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notes #5
Comments
I would be interested to see your example flake that requires having sandbox set to relaxed. I've not needed that when I've used this in my projects. I also only have I'm not sure what is causing you to have to add these settings. If we can figure it out, I will update the documentation to make it clearer. |
It is totally possible that I did something wrong and didn't really need those settings. I will post here if I figure it out. |
Anyway, whatever weird thing I'm doing, |
I'm working on this PR, if you're really curious. rowtype-yoga/purescript-protobuf#40 |
I am starting to use purescript-protobuf in a personal project. It seems like maybe that is where you were getting the sandbox issues - I am also getting them when trying to build I hope your PR goes well - I'm happy to help if you have issues using mkSpagoDerivation. |
Oh I'll finish that PR then. I think I can get it merged today. |
@jeslie0 I tagged protobuf v4.5.0 but I can't publish it to the Registry yet. I think you can use v4.5.0 this way: rowtype-yoga/purescript-protobuf#43 For generating nix flake show github:rowtype-yoga/purescript-protobuf |
Thank you very much, I will try using the upgraded version when I'm back from work. I know this is the wrong place to ask this, but if you aren't using spago2nix anymore, do you still need the relaxed sandbox option in the flake? Removing that makes it much easier to build the plugin. |
Good question. I just removed the relaxed sandbox and everything still works, so I pushed it to master. |
And furthermore I don't seem to need this anymore either.
I don't know what that was about. Maybe I'll find out when I |
Very happy, thank you! I added the new version to my project. Happy to close this issue? |
Thank you! |
My notes from using
mkSpagoDerivation
:Needed in
flake.nix
:Needed in
~/.config/nix.conf
The text was updated successfully, but these errors were encountered: