export generated-nix for sinara-systems to use

pull/16/head
Sebastien Bourdeauducq 2019-02-15 23:43:55 +08:00
parent 01972bef8a
commit 6a97921d34
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ let
jobs = builtins.mapAttrs (key: value: pkgs.lib.hydraJob value) artiqpkgs;
in
jobs // {
generated-nix = pkgs.lib.hydraJob generatedNix;
channel = pkgs.releaseTools.channel {
name = "main";
src = generatedNix;