fortify/.gitea/dist.sh
Ophestra 0c9f9c9941
Some checks failed
Create distribution / Build (push) Successful in 7m3s
Nix / NixOS tests (push) Failing after 15m49s
fortify: switch to static linking
Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-01-17 19:05:59 +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