Browse Source

Enable building with hydra

Samuel W. Flint 3 years ago
parent
commit
bb664f783d
1 changed files with 8 additions and 0 deletions
  1. 8 0
      release.nix

+ 8 - 0
release.nix

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