summary refs log tree commit diff
path: root/flake.lock
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2024-01-26 21:09:09 +0200
committertzlil <tzlils@protonmail.com>2024-01-26 21:09:09 +0200
commit5c6635052b6983d2149b936762298200f6419275 (patch)
treed6cde34d61df3aa7be7e63bbb42da157207a93a9 /flake.lock
parent3b5936958c72d7f4db1b5d0deb00cdb43a2f5e66 (diff)
UART ECHO SERVER!!!!!!!!
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock31
1 files changed, 25 insertions, 6 deletions
diff --git a/flake.lock b/flake.lock
index f6b8125..e5a1ece 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,15 +1,33 @@
 {
   "nodes": {
+    "clash-cores": {
+      "flake": false,
+      "locked": {
+        "dir": "clash-cores",
+        "lastModified": 1705612353,
+        "narHash": "sha256-rdoIaLLOlZKTL7mFj6KVfo8WfRNB2Z0kldMCLI1OMDI=",
+        "owner": "clash-lang",
+        "repo": "clash-compiler",
+        "rev": "5e01ae2aec13f7b91cc8a6f5475feb4f24bf50b5",
+        "type": "github"
+      },
+      "original": {
+        "dir": "clash-cores",
+        "owner": "clash-lang",
+        "repo": "clash-compiler",
+        "type": "github"
+      }
+    },
     "flake-utils": {
       "inputs": {
         "systems": "systems"
       },
       "locked": {
-        "lastModified": 1694529238,
-        "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
+        "lastModified": 1705309234,
+        "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=",
         "owner": "numtide",
         "repo": "flake-utils",
-        "rev": "ff7b65b44d01cf9ba6a71320833626af21126384",
+        "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26",
         "type": "github"
       },
       "original": {
@@ -20,11 +38,11 @@
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1699781429,
-        "narHash": "sha256-UYefjidASiLORAjIvVsUHG6WBtRhM67kTjEY4XfZOFs=",
+        "lastModified": 1705496572,
+        "narHash": "sha256-rPIe9G5EBLXdBdn9ilGc0nq082lzQd0xGGe092R/5QE=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "e44462d6021bfe23dfb24b775cc7c390844f773d",
+        "rev": "842d9d80cfd4560648c785f8a4e6f3b096790e19",
         "type": "github"
       },
       "original": {
@@ -36,6 +54,7 @@
     },
     "root": {
       "inputs": {
+        "clash-cores": "clash-cores",
         "flake-utils": "flake-utils",
         "nixpkgs": "nixpkgs"
       }