Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Sep 30, 2024
1 parent 0563ea6 commit 6c3c5e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nix/ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let
jobs = lib.filterAttrsRecursive (n: v: n != "recurseForDerivations") ({
native = {
ghc908 = mkHaskellJobsFor true (buildSystem == "x86_64-linux")
pkgs.ouroboros-network;
pkgs.ouroboros-network.projectVariants.default;
} // lib.optionalAttrs (buildSystem == "x86_64-linux") {
format = import ./formatting.nix pkgs;
inherit (pkgs) network-docs;
Expand Down
5 changes: 4 additions & 1 deletion nix/ouroboros-network.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ let
)
//
# default compiler with profiling enabled
{ profiled = mkProfiledVariant defaultCompiler; };
{
profiled = mkProfiledVariant defaultCompiler;
default = { compiler-nix-name = defaultCompiler; };
};

#
# CHaP
Expand Down

0 comments on commit 6c3c5e5

Please sign in to comment.