diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2025-01-02 15:28:06 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2025-01-03 01:03:24 +0100 |
commit | e37092c768ed6820641c0884e73e0c38dd00e9e8 (patch) | |
tree | 7ab40736601961da194c9f3629312fcc6b71e626 /flake.lock | |
download | c-hashtable-e37092c768ed6820641c0884e73e0c38dd00e9e8.tar.gz c-hashtable-e37092c768ed6820641c0884e73e0c38dd00e9e8.tar.bz2 c-hashtable-e37092c768ed6820641c0884e73e0c38dd00e9e8.zip |
Initial commit
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..b18cf2a --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1735617354, + "narHash": "sha256-5zJyv66q68QZJZsXtmjDBazGnF0id593VSy+8eSckoo=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "69b9a8c860bdbb977adfa9c5e817ccb717884182", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |