aboutsummaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock26
1 files changed, 25 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index 8f73a8f..eaa9d01 100644
--- a/flake.lock
+++ b/flake.lock
@@ -71,7 +71,31 @@
71 "advisory-db": "advisory-db", 71 "advisory-db": "advisory-db",
72 "crane": "crane", 72 "crane": "crane",
73 "flake-utils": "flake-utils", 73 "flake-utils": "flake-utils",
74 "nixpkgs": "nixpkgs" 74 "nixpkgs": "nixpkgs",
75 "rust-overlay": "rust-overlay"
76 }
77 },
78 "rust-overlay": {
79 "inputs": {
80 "flake-utils": [
81 "flake-utils"
82 ],
83 "nixpkgs": [
84 "nixpkgs"
85 ]
86 },
87 "locked": {
88 "lastModified": 1706149103,
89 "narHash": "sha256-Me28A0tAb1EzZIozfi31+hnsQIaYU0HXaMPWCe+zByc=",
90 "owner": "oxalica",
91 "repo": "rust-overlay",
92 "rev": "493cc67d5e9f1b298241b8d92aa06883296acc3f",
93 "type": "github"
94 },
95 "original": {
96 "owner": "oxalica",
97 "repo": "rust-overlay",
98 "type": "github"
75 } 99 }
76 }, 100 },
77 "systems": { 101 "systems": {