mirror of
https://github.com/bottlesdevs/bottles-next.git
synced 2026-09-02 00:23:49 +00:00
Central repository for Bottles Next
- Nix 55.6%
- Just 28%
- Dockerfile 15.4%
- Shell 1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| .zed | ||
| build-aux/cpak | ||
| crates | ||
| .dockerignore | ||
| .gitignore | ||
| .gitmodules | ||
| Cargo.lock | ||
| Cargo.toml | ||
| cpak.json | ||
| flake.lock | ||
| flake.nix | ||
| justfile | ||
| LICENSE | ||
| NIX.md | ||
| README.md | ||
Bottles Next
Central repository for the Bottles Next project.
Usage
Clone the repository:
SSH:
git clone --recursive git@github.com:bottlesdevs/bottles-next.git
HTTPS:
git clone --recursive https://github.com/bottlesdevs/bottles-next.git
Build
To build the project, you can use the just command:
just build
More recipes can be found in the justfile.
License
GPL-3.0