Commit b52c3a411aa4

Vincent Demeester <vincent@sbr.pm>
2020-05-06 08:09:40
builds: adds a fedora and run nix-build
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ef34092
Changed files (2)
.builds/fedora.yml
@@ -0,0 +1,4 @@
+image: fedora/latest
+tasks:
+- hello: |
+    echo "do something with fedora at some point"
.builds/nixos.yml
@@ -1,6 +1,4 @@
 image: nixos/latest
 tasks:
-- say-hello: |
-   echo hello
-- say-world: |
-   echo world
+- pkgs: |
+   nix-build pkgs