diff options
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..e5eadd5 --- /dev/null +++ b/flake.lock @@ -0,0 +1,44 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 0, + "narHash": "sha256-Ti+ZBvW6yrWWAg2szExVTwCd4qOJ3KlVr1tFHfyfi8Q=", + "path": "/nix/store/43jk2n1njqk5hqb043r6rhjriav6fyb2-source", + "type": "path" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "zig": "zig" + } + }, + "zig": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1778745234, + "narHash": "sha256-j9VAckbCAcSC/w1BIyhqjmMh5F+HOQhFGoJ+bFuW5OI=", + "owner": "silversquirl", + "repo": "zig-flake", + "rev": "798a913f4e8d5851db78fe65eb7ef42840bff58d", + "type": "github" + }, + "original": { + "owner": "silversquirl", + "repo": "zig-flake", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} |
