mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
refactor: clean up flake outputs
This commit is contained in:
parent
437c83acc0
commit
7da0924d91
15 changed files with 233 additions and 203 deletions
12
tree.nix
12
tree.nix
|
|
@ -1,20 +1,24 @@
|
|||
{inputs, ...}: (inputs.tree.tree {
|
||||
{inputs}: (inputs.tree.tree {
|
||||
inherit inputs;
|
||||
folder = ./.;
|
||||
config = {
|
||||
"/" = {
|
||||
excludes = [
|
||||
"tf"
|
||||
"inputs"
|
||||
"default"
|
||||
"patchedInputs"
|
||||
"devShells"
|
||||
"outputs"
|
||||
"tree"
|
||||
"flake"
|
||||
"meta"
|
||||
"std"
|
||||
"inputs"
|
||||
];
|
||||
};
|
||||
packages = {
|
||||
excludes = [
|
||||
"default"
|
||||
];
|
||||
};
|
||||
systems = {
|
||||
excludes = [
|
||||
"default"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue