Skip to content

Instantly share code, notes, and snippets.

@ConnorBaker
Created March 16, 2022 15:30
Show Gist options
  • Select an option

  • Save ConnorBaker/7562e4a832899b21d897b0488e709cd6 to your computer and use it in GitHub Desktop.

Select an option

Save ConnorBaker/7562e4a832899b21d897b0488e709cd6 to your computer and use it in GitHub Desktop.
Command to find which nixpkg derivation support `withPackages` or `withPlugins`
rg "(withPackages *=)|(withPlugins *=)" --ignore-case --glob '*.nix'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment