Adds flake.nix for devShell and package#20
Open
breezykermo wants to merge 1 commit intonota-lang:mainfrom
Open
Adds flake.nix for devShell and package#20breezykermo wants to merge 1 commit intonota-lang:mainfrom
breezykermo wants to merge 1 commit intonota-lang:mainfrom
Conversation
Author
|
For reference, here is an example of how I made bene the default EPUB reader on NixOS through this flake. |
3 tasks
c68c17b to
ebbb07d
Compare
e92a718 to
1a94e8b
Compare
Author
|
Note that the Nix flake was removed from the Typst repo recently, and there is some interesting discussion there about whether or not a Nix flake should be included in the repo: typst/typst#7512 It boils down to whether or not the maintainers have any interest in making it easier for Nix users to use their project, basically. Feel free to close this PR if you agree with the arguments there. (I will maintain a flake on my fork of bene if you decide not to merge this.) |
9e68e1e to
5bdf164
Compare
Resolves package.json Simplifies build process using prebuilt binaries
5bdf164 to
048660f
Compare
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.
This shouldn't impact the rest of the install process at all; the flake just works for Nix users to both:
I've also updated the README based on my experience attempting to install bene from scratch; but am happy to remove this if you prefer not to change it!