Auth API
This commit is contained in:
parent
71b13f2084
commit
a1878bc2e4
9 changed files with 187 additions and 68 deletions
|
@ -5,11 +5,12 @@
|
|||
isDesktop,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with dirUtils; [
|
||||
(inputs.wrapper-manager.lib.build {
|
||||
environment.systemPackages = [
|
||||
(inputs.wrapper-manager.lib {
|
||||
inherit pkgs;
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = dirFiles ".nix" ./common ++ opt isDesktop (dirFiles ".nix" ./common-desktop);
|
||||
modules = with dirUtils; dirFiles ".nix" ./common ++ opt isDesktop (dirFiles ".nix" ./common-desktop);
|
||||
})
|
||||
.config.build.toplevel
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue