From c96f8d999ab1a956671d914c0662f485ec215f9d Mon Sep 17 00:00:00 2001 From: kurogeek Date: Mon, 16 Mar 2026 15:49:49 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:flake.lock --- flake.lock | 40 ++++++++++++++++++++++++++++++++++++++++ flake.nix | 5 +++++ 2 files changed, 45 insertions(+) diff --git a/flake.lock b/flake.lock index 644f50e..5d2355e 100644 --- a/flake.lock +++ b/flake.lock @@ -221,6 +221,30 @@ "type": "github" } }, + "openwrt-imagebuilder": { + "inputs": { + "flake-parts": [ + "flake-parts" + ], + "nixpkgs": [ + "nixpkgs" + ], + "systems": "systems_2" + }, + "locked": { + "lastModified": 1773564448, + "narHash": "sha256-RdhwMI7cAMa0bHkBIG2j1GVTYMEiZOqHWNpNV5nWgdo=", + "owner": "astro", + "repo": "nix-openwrt-imagebuilder", + "rev": "e7c0890d1c740dfd0c0bb2d1dc1703acde60a25f", + "type": "github" + }, + "original": { + "owner": "astro", + "repo": "nix-openwrt-imagebuilder", + "type": "github" + } + }, "root": { "inputs": { "clan-core": "clan-core", @@ -230,6 +254,7 @@ "import-tree": "import-tree", "liminix": "liminix", "nixpkgs": "nixpkgs", + "openwrt-imagebuilder": "openwrt-imagebuilder", "treefmt-nix": "treefmt-nix" } }, @@ -269,6 +294,21 @@ "type": "github" } }, + "systems_2": { + "locked": { + "lastModified": 1680978846, + "narHash": "sha256-Gtqg8b/v49BFDpDetjclCYXm8mAnTrUzR0JnE2nv5aw=", + "owner": "nix-systems", + "repo": "x86_64-linux", + "rev": "2ecfcac5e15790ba6ce360ceccddb15ad16d08a8", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "x86_64-linux", + "type": "github" + } + }, "treefmt-nix": { "inputs": { "nixpkgs": [ diff --git a/flake.nix b/flake.nix index 0797eb8..e8383db 100644 --- a/flake.nix +++ b/flake.nix @@ -21,6 +21,11 @@ }; import-tree.url = "github:vic/import-tree"; nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; + openwrt-imagebuilder = { + inputs.nixpkgs.follows = "nixpkgs"; + inputs.flake-parts.follows = "flake-parts"; + url = "github:astro/nix-openwrt-imagebuilder"; + }; treefmt-nix = { url = "github:numtide/treefmt-nix"; inputs.nixpkgs.follows = "nixpkgs";