ci: initial hercules-ci integration

This commit is contained in:
Jaka Hudoklin 2019-05-03 23:17:01 +02:00
parent db856b3b02
commit 7b148cd171
No known key found for this signature in database
GPG key ID: 916062A1C4748647

7
ci.nix Normal file
View file

@ -0,0 +1,7 @@
let
pkgs = import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz") {};
lib = pkgs.lib;
release = import ./release.nix { inherit pkgs lib; };
in with lib; release.test-results