From 58fd0e557f23e95827d1be9a8226befbfffefca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20Ol=C3=A1h?= Date: Sun, 19 Jul 2026 10:48:00 +0200 Subject: [PATCH] nix: commit lockfile, ignore result This makes the build actually reproducible by committing a working lockfile to the repo. --- .gitignore | 1 + flake.lock | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 981e740..6e17a30 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ c/tests/test_schema_gbnf c/tests/test_schema_gbnf.exe c/tests/test_compat_direct c/tests/test_compat_direct.exe +result # oracoli tiny generati (make_glm_oracle.py) e dati benchmark scaricati c/glm_tiny/ diff --git a/flake.lock b/flake.lock index 9b788fa..a89029e 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1784160687, - "narHash": "sha256-iYL/bixrb6FlHFu/gIuBYzq6c6lM5AAXsXNSWXtIgQc=", + "lastModified": 1784280462, + "narHash": "sha256-DtoqIqM7VkR6NxAkcLpMwmi02USwWb3JdmNGLyhthc0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4382ed2b7a6839d4280a9b386db49cbc5907414d", + "rev": "293d6abedf0478e681a4dfcfcb35b30fc796a32f", "type": "github" }, "original": {