Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Equanox committed Mar 14, 2024
1 parent 97cfcaa commit b7a57f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,13 @@ The basic components of a build task are:
Example of a `bob.yaml` file:

```yaml
nixpkgs: https://github.com/NixOS/nixpkgs/archive/nixos-23.11.tar.gz
build:
build:
input: "*"
cmd: go build -o ./app
target: ./app
dependencies: [git, go_1_18]
dependencies: [go]
```
Multiline `sh` and `bash` commands are entirely possible, powered by [mvdan/sh](https://github.com/mvdan/sh).
Expand Down

0 comments on commit b7a57f2

Please sign in to comment.