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

Configure Feed

Select the types of activity you want to include in your feed.

chore: update flake.lock

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