update lockfile, gitiffy

This commit is contained in:
mtgmonkey 2025-06-18 13:32:49 -04:00
parent a6d6637b3e
commit 3c96c9818c
3 changed files with 89 additions and 20 deletions

View file

@ -42,7 +42,7 @@ in {
systemd.services.math-project = {
serviceConfig = {
Type = "simple";
ExecStart = "${lib.getExe math-project}";
ExecStart = "${lib.getExe math-project.packages.x86_64-linux.default}";
RemainAfterExit = true;
};
};