Skip to content

Commit

Permalink
fix hydra job
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Apr 5, 2024
1 parent 1682edb commit 7ef7349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
// {
overlays.default = import ./overlay.nix;
hydraJobs = eachSystem ["x86_64-linux" "aarch64-linux"] (system: {
parser = self.packages.${system}.tf-demo-parser;
parser = self.packages.${system}.demostf-parser;
});
});
}

0 comments on commit 7ef7349

Please sign in to comment.