[sr.ht] Change build to nix flakes
This commit is contained in:
parent
055c6a4ab8
commit
c45da21dd4
@ -1,13 +1,11 @@
|
||||
image: freebsd
|
||||
packages:
|
||||
- stack
|
||||
- ghc
|
||||
image: nixos/unstable
|
||||
sources:
|
||||
- https://git.sr.ht/~dbalan/blogng
|
||||
tasks:
|
||||
- build: |
|
||||
uname -a
|
||||
cd blogng
|
||||
echo "I AM BROKEN"
|
||||
#stack build
|
||||
#stack exec site build
|
||||
nix build
|
||||
triggers:
|
||||
- action: email
|
||||
condition: failure
|
||||
to: "Build Logs <build@dbalan.in>"
|
||||
|
Loading…
Reference in New Issue
Block a user