Skip to content

Commit

Permalink
chore: changed requirements for nix/nixos
Browse files Browse the repository at this point in the history
I changed it to only required if your using @tauri-apps/cli in package.json 
I added cargo-tauri commented out if people want to use it
  • Loading branch information
Eveeifyeve committed Oct 2, 2024
1 parent 71a53a7 commit 325a08d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/docs/start/prerequisites.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,14 @@ mkShell {
libiconv
] ++ lib.optionals stdenv.isLinux [ gtk3 libsoup_3 webkitgtk_4_1] ++
lib.optionals stdenv.isDarwin [
# Required deps for mac
# Only required if your using the npm package `@tauri-apps/cli` inside of your `package.json`
darwin.libobjc
darwin.apple_sdk.frameworks.AppKit
darwin.apple_sdk.frameworks.WebKit
darwin.apple_sdk.frameworks.SystemConfiguration
darwin.apple_sdk.frameworks.CoreSevices
darwin.apple_sdk.frameworks.Security
# cargo-tauri # only if you want to cargo-tauri
];
}
```
Expand Down

0 comments on commit 325a08d

Please sign in to comment.