fortify/.gitea/dist.sh
Ophestra ca65c27d41
Some checks failed
Nix / NixOS tests (push) Successful in 3m31s
Tests / Go tests (push) Failing after 7m39s
fortify: switch to static linking
Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-01-17 18:52:26 +09:00

4 lines
180 B
Bash
Executable File

#!/bin/sh
sed -i.old 's/version = /version = "0.0.0-'$FORTIFY_REV'"; # version = /' package.nix
nix build --print-out-paths --print-build-logs .#dist
mv package.nix.old package.nix