summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock34
1 files changed, 33 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index c15f48f..5815a4a 100644
--- a/flake.lock
+++ b/flake.lock
@@ -37,6 +37,21 @@
"type": "github"
}
},
+ "flake-root": {
+ "locked": {
+ "lastModified": 1692742795,
+ "narHash": "sha256-f+Y0YhVCIJ06LemO+3Xx00lIcqQxSKJHXT/yk1RTKxw=",
+ "owner": "srid",
+ "repo": "flake-root",
+ "rev": "d9a70d9c7a5fd7f3258ccf48da9335e9b47c3937",
+ "type": "github"
+ },
+ "original": {
+ "owner": "srid",
+ "repo": "flake-root",
+ "type": "github"
+ }
+ },
"flake-utils": {
"inputs": {
"systems": "systems"
@@ -158,13 +173,30 @@
"type": "github"
}
},
+ "proc-flake": {
+ "locked": {
+ "lastModified": 1692742849,
+ "narHash": "sha256-Nv8SOX+O6twFfPnA9BfubbPLZpqc+UeK6JvIWnWkdb0=",
+ "owner": "srid",
+ "repo": "proc-flake",
+ "rev": "25291b6e3074ad5dd573c1cb7d96110a9591e10f",
+ "type": "github"
+ },
+ "original": {
+ "owner": "srid",
+ "repo": "proc-flake",
+ "type": "github"
+ }
+ },
"root": {
"inputs": {
"fenix": "fenix",
+ "flake-root": "flake-root",
"naersk": "naersk",
"nixpkgs": "nixpkgs",
"parts": "parts",
- "pre-commit": "pre-commit"
+ "pre-commit": "pre-commit",
+ "proc-flake": "proc-flake"
}
},
"rust-analyzer-src": {