fortify/.gitea/dist.sh
Ophestra 70057d1d95
Some checks failed
Tests / Go tests (push) Has been cancelled
Nix / NixOS tests (push) Has been cancelled
fortify: switch to static linking
Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-01-17 18:51:07 +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