Central repository for Bottles Next
  • Nix 55.6%
  • Just 28%
  • Dockerfile 15.4%
  • Shell 1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-01 13:40:46 +02:00
.github/workflows fix: use current cpak signer [skip ci] 2026-09-01 13:40:46 +02:00
.zed chore: update submodules 2026-08-16 00:40:42 -07:00
build-aux/cpak fix: include protobuf definitions in cpak build 2026-08-16 12:13:03 +02:00
crates chore: Update submodules 2026-08-31 16:22:17 +05:30
.dockerignore feat: add cpak packaging 2026-08-16 12:07:24 +02:00
.gitignore Add Nix flake packaging 2026-06-10 06:01:45 -07:00
.gitmodules chore: Update submodules 2026-08-31 16:22:17 +05:30
Cargo.lock chore: Update submodules 2026-08-31 16:22:17 +05:30
Cargo.toml chore: Update submodules 2026-08-31 16:22:17 +05:30
cpak.json chore: pin published image [skip ci] 2026-08-31 11:05:40 +00:00
flake.lock Moved NIX docs out of README and into NIX.md, bumped nix version to new 26.05 and made the flake.nix more userfriendly 2026-06-10 06:01:45 -07:00
flake.nix added automatic submodule initialization 2026-06-10 06:01:45 -07:00
justfile chore: Update submodules 2026-08-31 16:22:17 +05:30
LICENSE Initial commit 2025-01-10 13:13:32 +01:00
NIX.md added automatic submodule initialization 2026-06-10 06:01:45 -07:00
README.md chore: update README 2026-08-14 10:56:42 -07:00

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