summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-21 22:57:19 -0400
committerseth <[email protected]>2023-03-21 22:57:19 -0400
commitf5681326f3c01e52cbf6cbc625224c1a95f8fe17 (patch)
tree5045cd9178eb789a6549118585828a350353d5a0 /flake.lock
parenta97b232e631242e8fa951c8c862270dc6a57f5cd (diff)
add config for turret (openwrt router)
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 8259a38..3f59ef3 100644
--- a/flake.lock
+++ b/flake.lock
@@ -380,6 +380,26 @@
"type": "github"
}
},
+ "openwrt-imagebuilder": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1679392309,
+ "narHash": "sha256-oSEr3T+kPtqyEJaKdlOtFEKdVw3/CyWpydzVRqlnaI4=",
+ "owner": "astro",
+ "repo": "nix-openwrt-imagebuilder",
+ "rev": "3760cbcd8b5b7ca7fba823c0a942e4f8279df1a1",
+ "type": "github"
+ },
+ "original": {
+ "owner": "astro",
+ "repo": "nix-openwrt-imagebuilder",
+ "type": "github"
+ }
+ },
"pre-commit-hooks": {
"inputs": {
"flake-compat": [
@@ -423,6 +443,7 @@
"nixpkgs": "nixpkgs",
"nixpkgsUnstable": "nixpkgsUnstable",
"nur": "nur",
+ "openwrt-imagebuilder": "openwrt-imagebuilder",
"pre-commit-hooks": "pre-commit-hooks"
}
},