Skip to content

Commit

Permalink
flake.nix: expose checks
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneSerge authored and philiptaron committed Dec 31, 2023
1 parent a5c088d commit 356ea17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@
// lib.optionalAttrs (system == "x86_64-linux") {
rocm = config.legacyPackages.llamaPackagesRocm.llama-cpp;
};

# Packages exposed in `.#checks` will be built by the CI and by
# `nix flake check`. Currently we expose all packages, but we could
# make more granular choices
checks = config.packages;
};
};
}

0 comments on commit 356ea17

Please sign in to comment.