feat: enabling jar build with nix

This commit is contained in:
efim
2023-09-26 16:03:51 +00:00
parent 51319b036b
commit b1c128738f
4 changed files with 20 additions and 1 deletions

View File

@@ -17,6 +17,6 @@ in {
cp target/scala-*/${pname}-assembly-*.jar $out/bin/${pname}.jar
'';
depsSha256 = "";
depsSha256 = "sha256-vdCU7UJAGi/CujA05OVw/lIomMpIFl+kW+pn8ny16JI=";
};
}