stories/build.sh
Ashhhleyyy de21064032
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: initial commit
2023-07-06 01:47:43 +01:00

5 lines
214 B
Bash
Executable file

#!/usr/bin/env bash
out_dir="$(nix --experimental-features 'nix-command flakes' build --no-link --print-out-paths)"
cp -r "$out_dir" ./build
# fix permissions that are copied from the nix store
chmod +w -R ./build