-
Notifications
You must be signed in to change notification settings - Fork 677
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
Nix/NixOS Requirements and Documentation #2413
Draft
Eveeifyeve
wants to merge
32
commits into
tauri-apps:v2
Choose a base branch
from
Eveeifyeve:nix-documentation
base: v2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+59
−39
Draft
Changes from 25 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
112628a
feat: nix docs for macos
Eveeifyeve 5d111d2
feat: xcode, rust, android & ios deps for nix
Eveeifyeve 36bebcc
feat: distrobuting on nix
Eveeifyeve 8fd9b83
feat: nix documentation
Eveeifyeve 6733a9c
fix: fmt
Eveeifyeve 1a273dd
chore: changed requirements for nix/nixos
Eveeifyeve 0e90ce6
fix: required frameworks
Eveeifyeve cca2543
chore: updated macOS nix note to use better wording
Eveeifyeve 49b1f8c
fix: Selecting in android
Eveeifyeve 2439d01
chore: updated wording on flake templates
Eveeifyeve 0591150
fix: capitalisation in the Nix/Nixos section in linux
Eveeifyeve fe198a0
fix: shell.nix
Eveeifyeve 74e882a
chore: updated nix-shell title to shell.nix
Eveeifyeve 47742a5
chore: updated ios nix section to be less informative
Eveeifyeve d2c83dc
chore: removed next for flakes
Eveeifyeve 7c7411d
fix: flakes caution
Eveeifyeve b80355c
chore: moved rust to nix/nixos section
Eveeifyeve c52f7bd
chore: moved node packages to nix/nixos section
Eveeifyeve a21b062
chore: removed unneeded tab at nodejs
Eveeifyeve 921b840
chore: remove nix android instructions
Eveeifyeve 1afb630
fix: code block for shell.nix
Eveeifyeve b5f43e8
chore: removed warning for nix/nixos
Eveeifyeve 264e53c
chore: remove extra nix/nixos download step for android
Eveeifyeve 4f440cf
chore: added wiki link
Eveeifyeve a201d12
chore: remvoed distrobuting for nix as it's in wiki page.
Eveeifyeve 9be5614
Merge branch 'v2' into nix-documentation
Eveeifyeve 722f67c
chore: remove macos note
Eveeifyeve 40ae9b9
chore: deprecate using tauri flake templates
Eveeifyeve 818a19a
chore: move nixos section note to nixos tabitem
Eveeifyeve cd1eacc
fix: netlify build issue with missing tab closing
Eveeifyeve 493ae4a
chore: remove extra tabs
Eveeifyeve 6d5756d
fix: tab closing in nixos section at distros
Eveeifyeve File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@getchoo for some reason
libiconv
is required maybe for plugins?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What plugins specifically? It'd be nice to note it
I also imagine that would be a macOS exclusive dependency; libiconv is hardly ever used on Linux
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would have to test to see which plugins require it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will investigate and create a minimal environment.