feat: add NixOS build and test CI workflow #57
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/nixos-ci-workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Creates
.gitea/workflows/build-nixos.yml— a Gitea Actions workflow that builds all NixOS configurations on push/PR to master when Nix files change.Trigger: push or pull_request to
mastermodifying**.nix,flake.lock,secrets/**,hosts/**, ormodules/**.Build steps:
nix-command+flakes) + installnhnh os build .#lazyworkhorse(x86_64-linux)nh os build .#cyt-pi(aarch64-linux)Runner:
nixos-builder(Docker imagenixos/nix)Closes: kanban task t_b997adc1
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.