tauri-docs
tauri-docs copied to clipboard
docs: Added NixOS prerequisites
I added a minimal flake.nix
sample that provides a dev shell with all required packages. This might be a lot when compared to other distributions prerequisites, but I figured I'd contribute anyways since I'm running NixOS right now and I can cargo tauri dev
and cargo tauri build
using this flake.
Deploy Preview for tauri-docs-starlight ready!
Built without sensitive environment variables
Name | Link |
---|---|
Latest commit | 1702df072a76761be1ad0aa11b6bd1e73cf27657 |
Latest deploy log | https://app.netlify.com/sites/tauri-docs-starlight/deploys/65a03d72ede1660008b4244d |
Deploy Preview | https://deploy-preview-1801--tauri-docs-starlight.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
1 paths audited Performance: 99 (🔴 down 1 from production) Accessibility: 100 (no change from production) Best Practices: 100 (no change from production) SEO: 92 (no change from production) PWA: - View the detailed breakdown and full score reports |
To edit notification comments on pull requests, go to your Netlify site configuration.
Hi, thanks for contributing! Merging this may take a while because we are a bit unsure about nix and nixos right now, see https://github.com/tauri-apps/tauri/issues/8588#issuecomment-1891897399.
Also, this looks quite different to the 2 templates other people contributed to the stable docs: https://github.com/tauri-apps/tauri/issues/8588#issuecomment-1891897399 and to what i've seen in tauri's github issues. I'm not saying yours is wrong, but since i don't use nix/nixos myself i'd like to hear more nix users chime in :)
Lastly, is it possible to use stable rust? I'd really rather not recommend nightly in our docs.
Aside from these issues LGTM