Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1d9e1d4f2dcf
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0bbd890ea707
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 31, 2019

  1. codeowners: add jonringer as vimplugin and vscode ext owner

    Jonathan Ringer committed Oct 31, 2019
    1
    Copy the full SHA
    4c810e7 View commit details
  2. Merge pull request #72352 from jonringer/codeowner-vscode-vim

    codeowners: add jonringer as vimplugin and vscode ext owner
    mmahut authored Oct 31, 2019
    Copy the full SHA
    0bbd890 View commit details
Showing with 6 additions and 0 deletions.
  1. +6 −0 .github/CODEOWNERS
6 changes: 6 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -157,6 +157,12 @@
/pkgs/applications/editors/emacs @adisbladis
/pkgs/top-level/emacs-packages.nix @adisbladis

# VimPlugins
/pkgs/misc/vim-plugins @jonringer

# VsCode Extensions
/pkgs/misc/vscode-extensions @jonringer

# Prometheus exporter modules and tests
/nixos/modules/services/monitoring/prometheus/exporters.nix @WilliButz
/nixos/modules/services/monitoring/prometheus/exporters.xml @WilliButz