Skip to content

Commit

Permalink
Disable broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Feb 4, 2025
1 parent cf3a442 commit 1c2a026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/stack-simple/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ in pkgs.recurseIntoAttrs {
};
stack-simple-test = packages.stack-simple.checks.stack-simple-test;
stack-simple-checks = packages.stack-simple.checks;
stack-simple-shell = packages.shellFor { tools = { cabal = "3.6.2.0"; }; };
# Shells for stack project don't work.
# stack-simple-shell = project.shellFor { tools = { cabal = "3.6.2.0"; }; };
}

0 comments on commit 1c2a026

Please sign in to comment.