nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

at 23.11-beta 7 lines 69 B view raw
1{ lib, ... }: 2 3{ 4 config = { 5 _module.args.custom = true; 6 }; 7}