forked from Skynet/actions
5 lines
56 B
Bash
5 lines
56 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
nix build
|
||
|
mkdir temp
|
||
|
cp -rL result/* ./temp
|