4 Commits

Author SHA1 Message Date
Tom Alexander
271d18fe2a Update the build pipelines.
Some checks failed
semver Build semver has succeeded
build Build build has started
format Build format has succeeded
clippy Build clippy has failed
rust-test Build rust-test has succeeded
2026-05-02 23:04:49 -04:00
Tom Alexander
9e92c5c49f Add better logging.
Some checks failed
format Build format has failed
rust-test Build rust-test has failed
build Build build has failed
semver Build semver has succeeded
clippy Build clippy has failed
2026-05-02 21:54:24 -04:00
Tom Alexander
cedf2eef54 Update to the latest catalog. 2026-05-02 21:14:51 -04:00
Tom Alexander
e5aff59cd2 Build using nix. 2026-05-02 21:14:51 -04:00

View File

@@ -2,7 +2,7 @@
# Builder
#
FROM nixos/nix:2.31.3 AS builder
FROM nixos/nix:latest AS builder
RUN cp "$(nix --extra-experimental-features "nix-command flakes" --option filter-syscalls false build nixpkgs#cacert --print-out-paths)/etc/ssl/certs/ca-bundle.crt" /tmp/ca-bundle.crt