Fix merge conflicts with main

This commit is contained in:
Luc Perkins 2023-07-13 17:18:17 -07:00
commit 7e121d224d
No known key found for this signature in database
GPG key ID: CED8419FB058467A
4 changed files with 17 additions and 18 deletions

View file

@ -21,7 +21,7 @@
{
devShells = forEachSupportedSystem ({ pkgs }: {
default = pkgs.mkShell {
packages = with pkgs; [ scala sbt coursier ];
packages = with pkgs; [ scala sbt coursier ];
};
});
};