services.athens.filterFile

NixOS option

Filename for the include exclude filter.

type: null or absolute path
Default
null
Example
pkgs.writeText "filterFile" ''
  - github.com/azure
  + github.com/azure/azure-sdk-for-go
  D golang.org/x/tools
''
declared in: nixos/modules/services/development/athens.nixView source on NixOS/nixpkgs →