More README info

This commit is contained in:
Luc Perkins 2022-07-31 17:59:22 +02:00
parent 6a70f079c7
commit 37df0c0575
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2
7 changed files with 83 additions and 20 deletions

View file

@ -8,7 +8,6 @@
in flake-utils.lib.eachDefaultSystem (system:
let
jdk = "jdk17";
jdkPkg = pkgs.${jdk};
config = {
packageOverrides = p: {
@ -27,7 +26,7 @@
in {
devShells = {
default = mkShell {
buildInputs = [ scala jdkPkg ] ++ buildTools;
buildInputs = [ scala ] ++ buildTools;
shellHook = ''
${scala}/bin/scala -version