parent
1ce40f2c1a
commit
6ca0d7248b
329 changed files with 178 additions and 139 deletions
nixFastChecks/apps
10
nixFastChecks/apps/default.nix
Normal file
10
nixFastChecks/apps/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
pkgs,
|
||||
self,
|
||||
}: let
|
||||
inherit (pkgs.lib) mapAttrs' nameValuePair;
|
||||
in
|
||||
mapAttrs'
|
||||
(name: app:
|
||||
nameValuePair "app_${name}" app)
|
||||
self.appsPackages.${pkgs.system}
|
Loading…
Add table
Add a link
Reference in a new issue