nix disable check phase, fix incomplete/failed write in proxy mode, add FML support, rename executable to dmm, image tag specific to servers, config folder from env,

This commit is contained in:
2026-06-11 15:22:29 +02:00
parent 3f840ea284
commit 887a228cf2
11 changed files with 114 additions and 36 deletions

View File

@ -37,16 +37,19 @@
in
final:
{
pname = "dockermcmgr";
version = "0.0.2";
pname = "dmm";
version = "0.0.3";
inherit src;
cargoLock.lockFile = src + "/Cargo.lock";
nativeBuildInputs = tools;
doCheck = false;
buildInputs =
with pkgs; [ sqlite ];
}
// specialArgs
);
in