summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-07-08 20:59:21 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-07-08 20:59:21 +0200
commit6975e32fc40f0a44dbc337795cf0ff69a0780899 (patch)
tree54e565fead0ae583227ae7f3d9007638746f99a8
parente809af74ebb044423dea9a1b7eb1f42aa16dd6b5 (diff)
downloadnixpkgs-6975e32fc40f0a44dbc337795cf0ff69a0780899.tar
nixpkgs-6975e32fc40f0a44dbc337795cf0ff69a0780899.tar.gz
nixpkgs-6975e32fc40f0a44dbc337795cf0ff69a0780899.tar.bz2
nixpkgs-6975e32fc40f0a44dbc337795cf0ff69a0780899.tar.lz
nixpkgs-6975e32fc40f0a44dbc337795cf0ff69a0780899.tar.xz
nixpkgs-6975e32fc40f0a44dbc337795cf0ff69a0780899.tar.zst
nixpkgs-6975e32fc40f0a44dbc337795cf0ff69a0780899.zip
.github/labeler.yml: Add module system label
-rw-r--r--.github/labeler.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 6a60f23cfcd..283a928f967 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -83,6 +83,13 @@
   - nixos/tests/mate.nix
   - pkgs/desktops/mate/**/*
 
+"6.topic: module system":
+  - lib/modules.nix
+  - lib/types.nix
+  - lib/options.nix
+  - lib/tests/modules.sh
+  - lib/tests/modules/**
+
 "6.topic: nixos":
   - nixos/**/*
   - pkgs/os-specific/linux/nixos-rebuild/**/*