Skip to content

Commit

Permalink
Add nixosTests to hydraJobs
Browse files Browse the repository at this point in the history
  • Loading branch information
cleeyv committed Sep 6, 2023
1 parent cd1d361 commit 1153203
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@
formatting = treefmtEval.config.build.check self;
};

# To generate a Hydra jobset for CI builds of all packages.
# To generate a Hydra jobset for CI builds of all packages and tests.
# See <https://hydra.ngi0.nixos.org/jobset/ngipkgs/main>.
hydraJobs.packages.${linuxSystem} = self.packages.${linuxSystem};
hydraJobs.nixosTests.${linuxSystem} = self.nixosTests.${linuxSystem};

# `nixosTests` is a non-standard name for a flake output.
# See <https://github.com/ngi-nix/ngipkgs/issues/28>.
Expand Down

0 comments on commit 1153203

Please sign in to comment.