summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock21
1 files changed, 21 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 94e0bfb..e903fc1 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,25 @@
{
"nodes": {
+ "agentd": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1780590006,
+ "narHash": "sha256-Lq0SEdwHZ1POfHemmGUx9uiI325LHRl5ern//ipO68I=",
+ "ref": "refs/heads/t-1067",
+ "rev": "18516b65e28f409ac750b6d79dab5eff9940ee8c",
+ "revCount": 71,
+ "type": "git",
+ "url": "file:///home/ben/src/bsima/agentd"
+ },
+ "original": {
+ "type": "git",
+ "url": "file:///home/ben/src/bsima/agentd"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1778869304,
@@ -18,6 +38,7 @@
},
"root": {
"inputs": {
+ "agentd": "agentd",
"nixpkgs": "nixpkgs"
}
}