summary refs log tree commit diff
path: root/flake.lock
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2025-01-02 15:28:06 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2025-01-03 01:03:24 +0100
commite37092c768ed6820641c0884e73e0c38dd00e9e8 (patch)
tree7ab40736601961da194c9f3629312fcc6b71e626 /flake.lock
downloadc-hashtable-e37092c768ed6820641c0884e73e0c38dd00e9e8.tar.gz
c-hashtable-e37092c768ed6820641c0884e73e0c38dd00e9e8.tar.bz2
c-hashtable-e37092c768ed6820641c0884e73e0c38dd00e9e8.zip
Initial commit
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock27
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
+}