Explorar o código

Enable building with hydra

Samuel W. Flint %!s(int64=5) %!d(string=hai) anos
pai
achega
bb664f783d
Modificáronse 1 ficheiros con 8 adicións e 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