a geicko-2 based round robin ranking system designed to test c++ battleship submissions battleship.dunkirk.sh

chore: update flake.lock

dunkirk.sh de37f236 4ac76f2e

verified
Changed files
+3 -4
internal
runner
+3 -3
flake.lock
···
"nodes": {
"nixpkgs": {
"locked": {
-
"lastModified": 1764517877,
-
"narHash": "sha256-pp3uT4hHijIC8JUK5MEqeAWmParJrgBVzHLNfJDZxg4=",
+
"lastModified": 1764667669,
+
"narHash": "sha256-7WUCZfmqLAssbDqwg9cUDAXrSoXN79eEEq17qhTNM/Y=",
"owner": "NixOS",
"repo": "nixpkgs",
-
"rev": "2d293cbfa5a793b4c50d17c05ef9e385b90edf6c",
+
"rev": "418468ac9527e799809c900eda37cbff999199b6",
"type": "github"
},
"original": {
-1
internal/runner/runner.go
···
// Build systemd-run command with security properties
systemdArgs := []string{
-
"--user", // Run as current user (not system-wide)
"--scope", // Create transient scope unit
"--quiet", // Suppress systemd output
"--collect", // Automatically clean up after exit