ignore nix result and create flake.lock
Some checks failed
Generic zig build / build (push) Failing after 35s

This commit is contained in:
Emil Lerch 2026-09-03 12:53:08 -07:00
parent f43130c030
commit 085c6f036a
Signed by: lobo
GPG key ID: A7B62D657EF764F8
2 changed files with 27 additions and 0 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
zig-out/
# Zig 0.16 materialises fetched dependencies here.
zig-pkg/
result/

26
flake.lock generated Normal file
View file

@ -0,0 +1,26 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1788464505,
"narHash": "sha256-Q1UnN60ACJ11r4ICRagL7KfPPOIeSs9RemcDD2IxyZ4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "cc83aa3216f40ee2caf2e433a5e700f39a909594",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "master",
"type": "indirect"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}