mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
fix hydra job
This commit is contained in:
parent
1682edb113
commit
7ef73499bf
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@
|
||||||
// {
|
// {
|
||||||
overlays.default = import ./overlay.nix;
|
overlays.default = import ./overlay.nix;
|
||||||
hydraJobs = eachSystem ["x86_64-linux" "aarch64-linux"] (system: {
|
hydraJobs = eachSystem ["x86_64-linux" "aarch64-linux"] (system: {
|
||||||
parser = self.packages.${system}.tf-demo-parser;
|
parser = self.packages.${system}.demostf-parser;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue