From 0b7ebe7cb5234b7de23dd73d76c1f3e0649a9c77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=BChl?= Date: Mon, 16 Feb 2026 10:22:47 +0100 Subject: [PATCH] Add import-tree input --- flake.lock | 16 ++++++++++++++++ flake.nix | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index f3300a8..f908197 100644 --- a/flake.lock +++ b/flake.lock @@ -761,6 +761,21 @@ "type": "github" } }, + "import-tree": { + "locked": { + "lastModified": 1771045967, + "narHash": "sha256-oYO4poyw0Sb/db2PigqugMlDwsvwLg6CSpFrMUWxA3Q=", + "owner": "vic", + "repo": "import-tree", + "rev": "c968d3b54d12cf5d9c13f16f7c545a06c9d1fde6", + "type": "github" + }, + "original": { + "owner": "vic", + "repo": "import-tree", + "type": "github" + } + }, "master": { "locked": { "lastModified": 1767143992, @@ -1261,6 +1276,7 @@ "flatpak": "flatpak", "git-global-log": "git-global-log", "home-manager": "home-manager_2", + "import-tree": "import-tree", "master": "master", "musnix": "musnix", "ngipkgs": "ngipkgs", diff --git a/flake.nix b/flake.nix index 8f26a74..7434caa 100644 --- a/flake.nix +++ b/flake.nix @@ -9,6 +9,7 @@ # Flake framework flake-parts.url = "github:hercules-ci/flake-parts"; + import-tree.url = "github:vic/import-tree"; easy-hosts.url = "github:tgirlcloud/easy-hosts"; deploy-rs.url = "github:serokell/deploy-rs"; @@ -88,7 +89,7 @@ }: { imports = [ inputs.agenix-rekey.flakeModules.default - ./modules/flake + (inputs.import-tree ./modules/flake) ]; }); }