Add import-tree input
This commit is contained in:
parent
23750cdbb4
commit
0b7ebe7cb5
2 changed files with 18 additions and 1 deletions
16
flake.lock
generated
16
flake.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
];
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue