1
0
Fork 0
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:
Ryan Cao 2024-01-11 17:48:37 +08:00
parent ab88ea3213
commit e9c828cabf
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
3 changed files with 26 additions and 41 deletions

View file

@ -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;
};
};
}