Skip to content

Commit

Permalink
flake: add artifacts to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Oct 10, 2022
1 parent 0817a3f commit 649526f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@
};
in {
packages = {
inherit (cargoArtifacts) stdNightly;

testsuite = craneLib.buildPackage {
inherit src;
cargoArtifacts = cargoArtifacts.stdNightly;
Expand Down

0 comments on commit 649526f

Please sign in to comment.