fortify/.gitea/dist.sh
Ophestra 2cb04cbe8d
Some checks failed
Tests / Go tests (push) Failing after 1m21s
Nix / NixOS tests (push) Successful in 3m30s
fortify: switch to static linking
Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-01-17 18:47:16 +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