Skip to content

Commit

Permalink
build(nix): make build non-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
liferooter committed Dec 21, 2024
1 parent ce6661d commit 7570845
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/mkPackageAttrs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "cryptg-anyos" "cryptg"
substituteInPlace tgpy/version.py \
--replace-fail "IS_DEV_BUILD = True" "IS_DEV_BUILD = False"
'';
pythonRelaxDeps = [
"cryptg"
Expand Down

0 comments on commit 7570845

Please sign in to comment.