summary refs log tree commit diff
path: root/flake.lock
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-12-07 01:32:26 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-12-07 01:34:40 +0100
commit6e452923d0aef460d6e38dfe50a05be15642f2ac (patch)
treeb3fb6dc22920b5a0a2f507278bbf37e33cff562b /flake.lock
downloadaoc-2024-6e452923d0aef460d6e38dfe50a05be15642f2ac.tar.gz
aoc-2024-6e452923d0aef460d6e38dfe50a05be15642f2ac.tar.bz2
aoc-2024-6e452923d0aef460d6e38dfe50a05be15642f2ac.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..c7d6a86
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,27 @@
+{
+  "nodes": {
+    "nixpkgs": {
+      "locked": {
+        "lastModified": 1733229606,
+        "narHash": "sha256-FLYY5M0rpa5C2QAE3CKLYAM6TwbKicdRK6qNrSHlNrE=",
+        "owner": "NixOS",
+        "repo": "nixpkgs",
+        "rev": "566e53c2ad750c84f6d31f9ccb9d00f823165550",
+        "type": "github"
+      },
+      "original": {
+        "owner": "NixOS",
+        "ref": "nixpkgs-unstable",
+        "repo": "nixpkgs",
+        "type": "github"
+      }
+    },
+    "root": {
+      "inputs": {
+        "nixpkgs": "nixpkgs"
+      }
+    }
+  },
+  "root": "root",
+  "version": 7
+}