parent
a4829b0bab
commit
8ba117e22b
40 changed files with 176 additions and 169 deletions
apps
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
self,
|
||||
...
|
||||
}: let
|
||||
{pkgs, ...}: let
|
||||
inherit (pkgs.lib) getExe mapAttrs;
|
||||
|
||||
mkApp = pkg: {
|
||||
|
@ -10,4 +6,4 @@
|
|||
type = "app";
|
||||
};
|
||||
in
|
||||
mapAttrs (n: v: mkApp v) self.appsPackages.${pkgs.system}
|
||||
mapAttrs (n: v: mkApp v) pkgs.appsPackages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue