Compare commits

...

No commits in common. "45063e11759199da27caea0f94970c95782cd095" and "0cb452f6e56d9a7ab9d86c48e42e57b2ff51708c" have entirely different histories.

1 changed files with 8 additions and 0 deletions

View File

@ -89,5 +89,13 @@
'');
};
};
hydraJobs =
if pkgs.lib.elem system [ "x86_64-linux" ]
then {
backend = packages.backend;
frontend = packages.frontend;
}
else { };
});
}