commit b52c3a411aa4621543c26de93db91c069a33f652 parent ef34092de416ee87e5a5c41dc0451793cedf5036 Author: Vincent Demeester <vincent@sbr.pm> Date: Wed, 6 May 2020 08:09:40 +0200 builds: adds a fedora and run nix-build Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
A | .builds/fedora.yml | | | 4 | ++++ |
M | .builds/nixos.yml | | | 6 | ++---- |
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/.builds/fedora.yml b/.builds/fedora.yml @@ -0,0 +1,4 @@ +image: fedora/latest +tasks: +- hello: | + echo "do something with fedora at some point" diff --git a/.builds/nixos.yml b/.builds/nixos.yml @@ -1,6 +1,4 @@ image: nixos/latest tasks: -- say-hello: | - echo hello -- say-world: | - echo world +- pkgs: | + nix-build pkgs