I’m tired of mvn2nix

I figured out how to get things working, but it requires non-trivial
modifications to it, and I am not in a mmod to make them. Especially
given that building OH from source doesn’t actually make much sense –
mvn will “just” download the “built” dependencies anyhow…
This commit is contained in:
Simonas Kazlauskas
2023-02-22 02:07:08 +02:00
parent c92aa648e4
commit a6f82efdaa
8 changed files with 62 additions and 17647 deletions

42
flake.lock generated Normal file
View File

@@ -0,0 +1,42 @@
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1676283394,
"narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1677022426,
"narHash": "sha256-dCFSTknONT7Rz5AYHEXrh4kpgSZjqjuu/lXJhJTiS78=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8260d35eb9212c4803a3c612a9f7e29c3434fde2",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}