fix: nix flake (ignore test failure (it's vercel))#258
Merged
aspizu merged 15 commits intoaspizu:mainfrom Apr 5, 2026
Merged
Conversation
faretek1
commented
Mar 20, 2026
faretek1
commented
Mar 20, 2026
faretek1
commented
Mar 20, 2026
this way it only is built once if the nix store path stays the same
Contributor
Author
|
todo:
|
Contributor
Author
|
i tested it. it works for making a dev shell, and it also works for installing to system. The current official flake does not work. |
this config doesn't work completely by itself as you need hardware-configuration.nix etc
aspizu
reviewed
Apr 5, 2026
| nativeBuildInputs = [ pkg-config rust ]; | ||
| buildInputs = [ openssl ]; | ||
|
|
||
| meta = { |
Owner
There was a problem hiding this comment.
are there other fields such as author email, etc?
aspizu
reviewed
Apr 5, 2026
aspizu
approved these changes
Apr 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I fixed the nix flake's dependencies
I also added some documentation about how to use the nix flake
Note
Until this pr is merged, you will need to replace
aspizu/goboscriptin any code snippets withinfgs/goboscriptAlso once you've read it, you probably want to get rid of the bracketed text in the title of this pr
motivation
Here is a nix flake you can use to open a shell with goboscript installed. It will cache so it only builds goboscript once