Add reproducibility check
All checks were successful
ci/woodpecker/manual/build Pipeline was successful
ci/woodpecker/manual/all-checks-complete Pipeline was successful

This commit is contained in:
Smaug123
2024-07-11 00:41:51 +01:00
parent a29133a443
commit 6494e983d5

View File

@@ -9,6 +9,8 @@
"nix flake check",
# Test
"nix build",
# Reproducibility
"nix build --rebuild",
"nix run . -- --help",
"nix run . -- auth --help",
"nix run . -- lookup-gym --help",