Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Nov 19, 2024
1 parent 417ef51 commit b343873
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 @@ -424,7 +424,8 @@
inherit dockerImage;
inherit (config) dockerHubRepoName;
};
inherit (pkgs) checkCabalProject;
checkCabalProject =
(pkgs.callPackage iohkNix.utils.cabal-project {}).checkCabalProject;
} // (lib.optionalAttrs buildPlatform.isLinux {
nixosTests = import ./nix/nixos/tests {
inherit pkgs;
Expand Down

0 comments on commit b343873

Please sign in to comment.