No description
Find a file
2026-06-13 18:13:12 +00:00
patches Clean up packaging docs and trim compatibility patches 2026-06-13 18:13:12 +00:00
.gitignore Initial Nix packaging for preFlight 2026-06-12 15:48:22 +00:00
flake.lock Initial Nix packaging for preFlight 2026-06-12 15:48:22 +00:00
flake.nix Build preFlight natively from source 2026-06-12 21:26:09 +00:00
package.nix Clean up packaging docs and trim compatibility patches 2026-06-13 18:13:12 +00:00
README.md Clean up packaging docs and trim compatibility patches 2026-06-13 18:13:12 +00:00

preflight_nix

Nix flake packaging for oozebot/preFlight, pinned to nixos-26.05.

What this repo provides

  • A preflight package for x86_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