Try building wrappers in CI
This commit is contained in:
parent
96fb8b568f
commit
31dd42d37d
4 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{self, ...}: {
|
||||
defaultEffectSystem = "aarch64-linux";
|
||||
|
||||
hercules-ci = {
|
||||
|
@ -11,6 +11,8 @@
|
|||
herculesCI = {
|
||||
onPush = {
|
||||
default.enable = true;
|
||||
|
||||
wrappers.outputs = self.packages.aarch64-linux;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue