mirror of
https://github.com/ryanccn/flake.git
synced 2026-01-27 04:06:28 +01:00
chore: prune and reorganize packages
This commit is contained in:
parent
ab88ea3213
commit
e9c828cabf
3 changed files with 26 additions and 41 deletions
12
flake.nix
12
flake.nix
|
|
@ -88,7 +88,6 @@
|
|||
};
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
nix-darwin,
|
||||
home-manager,
|
||||
darwin-custom-icons,
|
||||
|
|
@ -105,16 +104,5 @@
|
|||
inherit inputs;
|
||||
};
|
||||
};
|
||||
|
||||
checks = {
|
||||
aarch64-darwin =
|
||||
builtins.mapAttrs (
|
||||
_: v:
|
||||
builtins.seq
|
||||
v.config.system.build.toplevel
|
||||
v.pkgs.emptyFile
|
||||
)
|
||||
self.darwinConfigurations;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue