diff options
| author | seth <[email protected]> | 2023-03-21 22:57:19 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-21 22:57:19 -0400 |
| commit | f5681326f3c01e52cbf6cbc625224c1a95f8fe17 (patch) | |
| tree | 5045cd9178eb789a6549118585828a350353d5a0 /flake.lock | |
| parent | a97b232e631242e8fa951c8c862270dc6a57f5cd (diff) | |
add config for turret (openwrt router)
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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" } }, |
