summary refs log tree commit diff
path: root/flake.lock
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@internetsafetylabs.org>2025-12-17 15:16:20 -0800
committerIrene Knapp <ireneista@internetsafetylabs.org>2025-12-18 13:37:52 -0800
commitd15feffcdb262f5e4686297e156319591895a945 (patch)
tree9bf3fd01d8885c0cfba7fec810dca4bb28bf0552 /flake.lock
parent01b7b60dc260aa7cf1dab6c15db13a88d5d92ada (diff)
implement the secret-list command
Change-Id: I5e1570940fedf52bb560fd824270e201757004ed
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock23
1 files changed, 22 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index 4cdf4b6..b61434b 100644
--- a/flake.lock
+++ b/flake.lock
@@ -34,7 +34,28 @@
     "root": {
       "inputs": {
         "crane": "crane",
-        "nixpkgs": "nixpkgs"
+        "nixpkgs": "nixpkgs",
+        "rust-overlay": "rust-overlay"
+      }
+    },
+    "rust-overlay": {
+      "inputs": {
+        "nixpkgs": [
+          "nixpkgs"
+        ]
+      },
+      "locked": {
+        "lastModified": 1765939271,
+        "narHash": "sha256-7F/d+ZrTYyOxnBZcleQZjOOEWc1IMXR/CLLRLLsVtHo=",
+        "owner": "oxalica",
+        "repo": "rust-overlay",
+        "rev": "8028944c1339469124639da276d403d8ab7929a8",
+        "type": "github"
+      },
+      "original": {
+        "owner": "oxalica",
+        "repo": "rust-overlay",
+        "type": "github"
       }
     }
   },