building
This commit is contained in:
parent
d088d31c37
commit
d7c1e54788
9 changed files with 54 additions and 34 deletions
|
@ -2,14 +2,14 @@
|
|||
pkgs,
|
||||
inputs,
|
||||
dirUtils,
|
||||
isDesktop,
|
||||
type,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = [
|
||||
(inputs.wrapper-manager.lib {
|
||||
inherit pkgs;
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = with dirUtils; dirFiles ".nix" ./common ++ opt isDesktop (dirFiles ".nix" ./desktop);
|
||||
modules = with dirUtils; dirFiles ".nix" ./common ++ opt (type == "desktop") (dirFiles ".nix" ./desktop);
|
||||
})
|
||||
.config.build.toplevel
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue