diff --git a/.gitignore b/.gitignore index abaacc3..448c724 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ zig-out/ # Zig 0.16 materialises fetched dependencies here. zig-pkg/ +result/ diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..866fa70 --- /dev/null +++ b/flake.lock @@ -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 +}