This commit is contained in:
Simon Gardling 2025-11-02 19:50:05 -05:00
parent de8bec0353
commit 1fb72c2674
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
2 changed files with 13 additions and 13 deletions

24
flake.lock generated
View File

@ -319,11 +319,11 @@
]
},
"locked": {
"lastModified": 1761922639,
"narHash": "sha256-UIVakL0kxdQlrXbehqqfV9uDJTZBCWIsJ4aEoOYQ87U=",
"lastModified": 1762126868,
"narHash": "sha256-IzKOmbsRqeucVlw6EE/Y/Td2oPaGMC1N+H931q669ag=",
"owner": "ggml-org",
"repo": "llama.cpp",
"rev": "31c511a968348281e11d590446bb815048a1e912",
"rev": "bcfa87622ae46be6345a8e3dfdbdc5ba5414042b",
"type": "github"
},
"original": {
@ -341,11 +341,11 @@
]
},
"locked": {
"lastModified": 1761703457,
"narHash": "sha256-nXOEEmPmE3RSzNntpDu17p2SpQ1rNDCXlHpMucJCef0=",
"lastModified": 1762049192,
"narHash": "sha256-4zTar274c7NXC3WA8UFXrRfFp/Clo7dixyogMJcHXw0=",
"owner": "Infinidoge",
"repo": "nix-minecraft",
"rev": "8b74b9b65a97d9e2541a9fd28d79d91413e9bda1",
"rev": "e8092a7c5eb7f03612bd9eaff5d57652dfe0e7a8",
"type": "github"
},
"original": {
@ -372,11 +372,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1761597516,
"narHash": "sha256-wxX7u6D2rpkJLWkZ2E932SIvDJW8+ON/0Yy8+a5vsDU=",
"lastModified": 1761999846,
"narHash": "sha256-IYlYnp4O4dzEpL77BD/lj5NnJy2J8qbHkNSFiPBCbqo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "daf6dc47aa4b44791372d6139ab7b25269184d55",
"rev": "3de8f8d73e35724bf9abef41f1bdbedda1e14a31",
"type": "github"
},
"original": {
@ -548,11 +548,11 @@
"trackerlist": {
"flake": false,
"locked": {
"lastModified": 1761865838,
"narHash": "sha256-y9R3Wo4oxYodZb7fHzcF4qdyf7RaHBieC84YVPb4Sak=",
"lastModified": 1762124868,
"narHash": "sha256-1B/0tIFlsNdE4M7AWKT7h9Y++LZB6mu0AfCNT5chPjI=",
"owner": "ngosang",
"repo": "trackerslist",
"rev": "90d75fb3f6d3631ba4a4519dcace629711dfcb19",
"rev": "0a8beace7a975a40a370026d3fed4cd479a81a2e",
"type": "github"
},
"original": {

View File

@ -93,7 +93,7 @@ testPkgs.testers.runNixOSTest {
try:
machine.wait_until_succeeds(
"grep -Eq '\\[[0-9]+:[0-9]+:[0-9]+\\] \\[Server thread/INFO\\]: Done \\([0-9]+\\.[0-9]+s\\)! For help, type \"help\"' /var/lib/minecraft/main/logs/latest.log",
timeout=60
timeout=120
)
except Exception:
print(machine.succeed("cat /var/lib/minecraft/main/logs/latest.log"))