4 Commits

Author SHA1 Message Date
Tom Alexander
86abcf772b Update the build pipelines.
Some checks failed
semver Build semver has succeeded
clippy Build clippy has failed
format Build format has failed
rust-test Build rust-test has failed
build Build build has failed
2026-05-02 22:36:24 -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