about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-05-01 05:58:43 -0400
committeréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-05-01 06:00:27 -0400
commit4818b00263096b0e4490750c87487af9710c091a (patch)
tree3b5057b5d2d86028eb6ed356898cc8dc4b1435de /.github
parent7bf9febfa6271012b1ef86647a3a06f06875fdcf (diff)
workflows/check-nix-format: enforce for vscode extensions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-nix-format.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check-nix-format.yml b/.github/workflows/check-nix-format.yml
index aca8808fa261b..5e30762821ea9 100644
--- a/.github/workflows/check-nix-format.yml
+++ b/.github/workflows/check-nix-format.yml
@@ -37,6 +37,7 @@ jobs:
             pkgs/development/cuda-modules
             pkgs/test/cuda
             pkgs/top-level/cuda-packages.nix
+          NIX_FMT_PATHS_VSCODE_EXTS: pkgs/applications/editors/vscode/extensions
         # Iterate over all environment variables beginning with NIX_FMT_PATHS_.
         run: |
           for env_var in "${!NIX_FMT_PATHS_@}"; do