Add reproducibility check (#14)
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/all-checks-complete Pipeline was successful

Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com>
Reviewed-on: #14
This commit is contained in:
2024-07-12 10:12:27 +00:00
parent a29133a443
commit e699f4d9ad
9 changed files with 325 additions and 350 deletions

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",