Skip to content

Commit

Permalink
Adapt kore-integration-tests dev shell to new name (#4527)
Browse files Browse the repository at this point in the history
The name change from `k-framework` to `mk-k-framework` was incomplete,
the `kore-integration-test` dev shell did not work any more. This shell
is used for the Haskell Backend integration tests.
I have tested that [the change here makes the integration test shell
work
again](runtimeverification/haskell-backend@de1cc7d).
Merging this will unblock the [dependency upgrade PR in Haskell
Backend](runtimeverification/haskell-backend#3965).
  • Loading branch information
jberthold authored Jul 17, 2024
1 parent c27df56 commit a3838ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
};
};
defaultPackage = packages.k;
devShells.kore-integration-tests = pkgs.kore-tests (pkgs.k-framework {
devShells.kore-integration-tests = pkgs.kore-tests (pkgs.mk-k-framework {
inherit (pkgs) haskell-backend-bins;
llvm-kompile-libs = { };
});
Expand Down

0 comments on commit a3838ba

Please sign in to comment.