Commit graph

4 commits

Author SHA1 Message Date
38792a985f
fix: pkgs.nixosTest -> pkgs.testers.nixosTest
Some checks failed
Build and Push static-server Image / build (push) Failing after 1m46s
2026-02-18 13:33:20 +01:00
e005ac38fd
fix: use pkgs.nixosTest, not nixpkgs.lib.nixosTest
Some checks failed
Build and Push static-server Image / build (push) Failing after 17s
2026-02-18 13:32:11 +01:00
dd382a5cc4
feat: add smoke check to images flake, lock nixpkgs
Some checks failed
Build and Push static-server Image / build (push) Failing after 43s
NixOS test boots a VM, loads the static-server image, starts it with
index.html + foo.html, and verifies that /foo routes to foo.html
(extensionless URL routing). Also adds flake.lock pinning nixpkgs.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-18 13:26:44 +01:00
f0b9c9b904
refactor: move images into deploy-static-site, root CI workflow
Some checks failed
Build and Push static-server Image / build (push) Failing after 46s
- deploy-static-site/images/flake.nix: moved from images/flake.nix
- .forgejo/workflows/build-static-server.yaml: moved from images/.forgejo/
  (Forgejo only picks up workflows from repo root .forgejo/workflows/)
- updated path reference in build workflow

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-18 11:39:19 +01:00