Ashhhleyyy
de21064032
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
5 lines
214 B
Bash
Executable file
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
|