commit ef34092de416ee87e5a5c41dc0451793cedf5036 parent d6652963ee2e21709349cb035637ecb5bcdf95f2 Author: Vincent Demeester <vincent@sbr.pm> Date: Wed, 6 May 2020 08:06:51 +0200 build.sr.ht: try to use .builds Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
A | .builds/nixos.yml | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/.builds/nixos.yml b/.builds/nixos.yml @@ -0,0 +1,6 @@ +image: nixos/latest +tasks: +- say-hello: | + echo hello +- say-world: | + echo world