Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flake: rust builds: release=false
Browse files Browse the repository at this point in the history
colemickens committed Nov 13, 2024
1 parent 184386a commit edf4b2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -109,6 +109,8 @@
NIX_INSTALLER_TARBALL_PATH = nixTarballs.${final.stdenv.system};
DETERMINATE_NIXD_BINARY_PATH = optionalPathToDeterminateNixd final.stdenv.system;

release = false;

override = { preBuild ? "", ... }: {
preBuild = preBuild + ''
# logRun "cargo clippy --all-targets --all-features -- -D warnings"

0 comments on commit edf4b2b

Please sign in to comment.