You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add oxlint for linting and type checking
* Update prettier config to be aware of tailwind CSS
* Add a CI workflow to run both on all PRs
* Run both tools and accept all edits to get a good baseline
-[OPTIONAL]**Kernel Modules**: The `iptables` / `nftables` and `iptable_nat` kernel modules can be loaded for network autodiscovery and better shared filesystem performance, but this is not obligatory in newer versions of WinBoat
@@ -75,12 +75,13 @@ You can download the latest Linux builds under the [Releases](https://github.com
75
75
-**.rpm:** The intended format for Fedora based distributions
76
76
-**Nix (Nixpkgs)**
77
77
1. Add the winboat package to your config (ensure using nixpkgs-unstable)
78
-
using `environment.systemPackages = [pkgs.winboat];` or `home.packages = [pkgs.winboat];` if using home manager.
78
+
using `environment.systemPackages = [pkgs.winboat];` or `home.packages = [pkgs.winboat];` if using home manager.
79
79
2. Add the following lines to your nix configuration
0 commit comments