Skip to content

Commit

Permalink
ci: checkpoint hbmame, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys-T authored Oct 28, 2024
1 parent 93ebfdc commit 7c55842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ in {
});

_ciOnly.dev = pkgs.lib.optionalAttrs (pkgs.hostPlatform.system == "x86_64-darwin") (pkgs.lib.recurseIntoAttrs {
checkpoint = pkgs.lib.recurseIntoAttrs (lib.mapAttrs (k: pkgs.checkpointBuildTools.prepareCheckpointBuild) {
checkpoint = pkgs.lib.recurseIntoAttrs (pkgs.lib.mapAttrs (k: pkgs.checkpointBuildTools.prepareCheckpointBuild) {
inherit (self) hbmame;
});
});
Expand Down

0 comments on commit 7c55842

Please sign in to comment.