File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,14 @@ You can download the latest Linux builds under the [Releases](https://github.com
7373- ** Unpacked:** The raw unpacked files, simply run the executable (` linux-unpacked/winboat ` )
7474- ** .deb:** The intended format for Debian based distributions
7575- ** .rpm:** The intended format for Fedora based distributions
76-
76+ - ** Nix (Nixpkgs)**
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.
79+ 2 . Add the following lines to your nix configuration
80+ ``` nix
81+ virtualisation.docker.enable = true;
82+ users.users.{yourUser}.extraGroups = ["docker"];
83+ ```
7784## Known Issues About Container Runtimes
7885
7986- Docker Desktop is **unsupported** for now
You can’t perform that action at this time.
0 commit comments