diff options
| author | seth <[email protected]> | 2024-09-20 22:22:24 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-20 22:22:24 -0400 |
| commit | 44e4ec57de3b3e2fdfa6dfef91a3ca72b8cb2d94 (patch) | |
| tree | 3876df05ecdfd650bee4b26e8153c6c1c2454985 /flake.lock | |
| parent | 6f9929cfb3f2a4bf12b383b3e6d7a9113ce5cf72 (diff) | |
feat: update to zig 0.13.0 (#24)
* chore: update flake.lock
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/9bb1e7571aadf31ddb4af77fc64b2d59580f9a39' (2024-09-05)
→ 'github:NixOS/nixpkgs/268bb5090a3c6ac5e1615b38542a868b52ef8088' (2024-09-19)
• Updated input 'zig-overlay':
'github:mitchellh/zig-overlay/9e2cc0e99621be1b765dc95a8ec80740a685b660' (2024-09-06)
→ 'github:mitchellh/zig-overlay/2419eb9f968f451e2c342a69ec44112de5aa36b9' (2024-09-21)
* style: use nixfmt
* style: format with nixfmt
* refactor: use flake-utils
* fix: only use `zig` in dev shell
Pulling in `zig.hook` sets variables like `ZIG_GLOBAL_CACHE_DIR` that
don't work too nicely outside of a Nix build process -- as in, Zig can't
access files and fails
* feat: update to zig 0.13.0
* chore: remove library output
This isn't needed for this example
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 41 |
1 files changed, 14 insertions, 27 deletions
@@ -1,31 +1,15 @@ { "nodes": { - "flake-compat": { - "flake": false, - "locked": { - "lastModified": 1696426674, - "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", - "type": "github" - }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, "flake-utils": { "inputs": { "systems": "systems" }, "locked": { - "lastModified": 1705309234, - "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", + "lastModified": 1726560853, + "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", + "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", "type": "github" }, "original": { @@ -36,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1725534445, - "narHash": "sha256-Yd0FK9SkWy+ZPuNqUgmVPXokxDgMJoGuNpMEtkfcf84=", + "lastModified": 1726745986, + "narHash": "sha256-xB35C2fpz7iyNcj9sn0a+wM2C4CQ6DGTn5VUHogstYs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9bb1e7571aadf31ddb4af77fc64b2d59580f9a39", + "rev": "268bb5090a3c6ac5e1615b38542a868b52ef8088", "type": "github" }, "original": { @@ -52,6 +36,7 @@ }, "root": { "inputs": { + "flake-utils": "flake-utils", "nixpkgs": "nixpkgs", "zig-overlay": "zig-overlay" } @@ -73,18 +58,20 @@ }, "zig-overlay": { "inputs": { - "flake-compat": "flake-compat", - "flake-utils": "flake-utils", + "flake-compat": [], + "flake-utils": [ + "flake-utils" + ], "nixpkgs": [ "nixpkgs" ] }, "locked": { - "lastModified": 1725582447, - "narHash": "sha256-h/CNQeQNw6dy5Vg5Nq23GqWpGWmEZIskTHBcdzgQlig=", + "lastModified": 1726878449, + "narHash": "sha256-gchxeelL+IdgL/LoEsg3FnO4Dv5z+lmRVHqIE3tq6NA=", "owner": "mitchellh", "repo": "zig-overlay", - "rev": "9e2cc0e99621be1b765dc95a8ec80740a685b660", + "rev": "2419eb9f968f451e2c342a69ec44112de5aa36b9", "type": "github" }, "original": { |
