Explorar el Código

Enable building with hydra

Samuel W. Flint hace 5 años
padre
commit
bb664f783d
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      release.nix

+ 8 - 0
release.nix

@@ -0,0 +1,8 @@
+let
+  pkgs = import <nixpkgs> {};
+  
+  jobs = rec {
+    build = pkgs.callPackages ./. {};
+  };
+in
+jobs