forked from the-distro/ofborg
9 lines
71 B
Bash
Executable file
9 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
cd ofborg
|
|
|
|
cargo build
|
|
carnix generate-nix --src .
|