stories/build.sh

6 lines
214 B
Bash
Raw Normal View History

2023-07-06 00:47:43 +00:00
#!/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