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