Compare commits

...

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

1 changed files with 0 additions and 8 deletions

View File

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