No description
- Nix 100%
| patches | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| package.nix | ||
| README.md | ||
preflight_nix
Nix flake packaging for oozebot/preFlight, pinned to nixos-26.05.
What this repo provides
- A
preflightpackage forx86_64-linux - A runnable app entrypoint
- Flake checks that verify the package builds and starts under
xvfb-run
Usage
Build:
nix build .#preflight
Run:
nix run .#preflight
Run checks:
nix flake check
Use directly from the hosted flake:
nix run git+https://git.broken.equipment/xandy/preflight_nix.git#preflight
nix build git+https://git.broken.equipment/xandy/preflight_nix.git#preflight