My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 197 B view raw
1{ 2 self, 3 lib, 4 ... 5}: 6let 7 clientList = lib.concatLists (lib.mapAttrsToList (c: _: (c.config.dish.oidcClients or [ ])) self.nixosConfigurations); 8in 9{ 10 flake.data.oidcClients = clientList; 11}