Add import-tree input

This commit is contained in:
Christopher Mühl 2026-02-16 10:22:47 +01:00
parent 23750cdbb4
commit 0b7ebe7cb5
2 changed files with 18 additions and 1 deletions

16
flake.lock generated
View file

@ -761,6 +761,21 @@
"type": "github" "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": { "master": {
"locked": { "locked": {
"lastModified": 1767143992, "lastModified": 1767143992,
@ -1261,6 +1276,7 @@
"flatpak": "flatpak", "flatpak": "flatpak",
"git-global-log": "git-global-log", "git-global-log": "git-global-log",
"home-manager": "home-manager_2", "home-manager": "home-manager_2",
"import-tree": "import-tree",
"master": "master", "master": "master",
"musnix": "musnix", "musnix": "musnix",
"ngipkgs": "ngipkgs", "ngipkgs": "ngipkgs",

View file

@ -9,6 +9,7 @@
# Flake framework # Flake framework
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
import-tree.url = "github:vic/import-tree";
easy-hosts.url = "github:tgirlcloud/easy-hosts"; easy-hosts.url = "github:tgirlcloud/easy-hosts";
deploy-rs.url = "github:serokell/deploy-rs"; deploy-rs.url = "github:serokell/deploy-rs";
@ -88,7 +89,7 @@
}: { }: {
imports = [ imports = [
inputs.agenix-rekey.flakeModules.default inputs.agenix-rekey.flakeModules.default
./modules/flake (inputs.import-tree ./modules/flake)
]; ];
}); });
} }