chore: update gakuen-cosplay input

Also update the path where we store the data used in the api
This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-03-15 01:26:56 -03:00
parent e72b1b1230
commit 7f47e25e05
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 9 additions and 8 deletions

View file

@ -75,11 +75,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1741220025, "lastModified": 1742011683,
"narHash": "sha256-Eib4BQfSCQ0XSB0OJ+IahFIf5WN3VyJ2Zx0AAvID5z8=", "narHash": "sha256-iB6P5qZBkTiIv1jw9xpxeQjIuce6f9bqP1G0bCULQCc=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "c5fcfedf91b8a34014132902fc76eac6674ed49a", "rev": "978700d10e09aac45145ab640e4b887713f1c68d",
"revCount": 15, "revCount": 19,
"type": "git", "type": "git",
"url": "file:///mnt/internal/shared/work/gakuen/projects/cosplayer_submission" "url": "file:///mnt/internal/shared/work/gakuen/projects/cosplayer_submission"
}, },
@ -430,9 +430,10 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 0, "lastModified": 1741010256,
"narHash": "sha256-zON2GNBkzsIyALlOCFiEBcIjI4w38GYOb+P+R4S8Jsw=", "narHash": "sha256-WZNlK/KX7Sni0RyqLSqLPbK8k08Kq7H7RijPJbq9KHM=",
"path": "/nix/store/s1fbk6a410xn8vcaj54iqv22agyn0ria-source", "path": "/nix/store/jk6xpbfh10gz6q5cqw8b2f7xk0pl7hkv-source",
"rev": "ba487dbc9d04e0634c64e3b1f0d25839a0a68246",
"type": "path" "type": "path"
}, },
"original": { "original": {

View file

@ -10,7 +10,7 @@
ExecStart = "${gakuen-cosplay.packages.${pkgs.system}.backend}/bin/cosplayer_submission"; ExecStart = "${gakuen-cosplay.packages.${pkgs.system}.backend}/bin/cosplayer_submission";
Restart = "on-failure"; Restart = "on-failure";
Type = "simple"; Type = "simple";
WorkingDirectory = "/mnt/internal/shared/work/gakuen/projects/cosplayer_submission/packages/backend"; WorkingDirectory = "/srv/gakuen_api";
}; };
}; };
} }