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