treesummaryrefslogcommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorPatrick2026-02-12 13:44:56 +0100
committerPatrick2026-02-12 13:44:56 +0100
commit6777e29993359c4bc1d3bfb1c34be450a4f04108 (patch)
tree6745f0fcff926aae6fe5054d5af9e15cdad8b692 /flake.lock
downloadiftint.zig-6777e29993359c4bc1d3bfb1c34be450a4f04108.tar.gz
iftint.zig-6777e29993359c4bc1d3bfb1c34be450a4f04108.zip
initial
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock78
1 files changed, 78 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..9f554ad
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,78 @@
+{
+ "nodes": {
+ "flake-utils": {
+ "inputs": {
+ "systems": "systems"
+ },
+ "locked": {
+ "lastModified": 1731533236,
+ "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1770862904,
+ "narHash": "sha256-yFBGNudILR8g+tB9hyyZh+JxAvFdUS60ywGPBZVya3g=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "1f6694d62acfe67d5d5d2af75c1982f332904f3c",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "zig2nix": "zig2nix"
+ }
+ },
+ "systems": {
+ "locked": {
+ "lastModified": 1681028828,
+ "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
+ "owner": "nix-systems",
+ "repo": "default",
+ "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-systems",
+ "repo": "default",
+ "type": "github"
+ }
+ },
+ "zig2nix": {
+ "inputs": {
+ "flake-utils": "flake-utils",
+ "nixpkgs": "nixpkgs"
+ },
+ "locked": {
+ "lastModified": 1770863840,
+ "narHash": "sha256-dl4X2WJkjA33rRTXNAobQtOjWtm8JBJ2eBkTf90XIwE=",
+ "owner": "Cloudef",
+ "repo": "zig2nix",
+ "rev": "5874fcbca6a7c6dba0c08c1e453cc0dca1998297",
+ "type": "github"
+ },
+ "original": {
+ "owner": "Cloudef",
+ "repo": "zig2nix",
+ "type": "github"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}