workflows/check-nix-format: enforce for vscode extensions
This commit is contained in:
parent
7bf9febfa6
commit
4818b00263
1 changed files with 1 additions and 0 deletions
1
.github/workflows/check-nix-format.yml
vendored
1
.github/workflows/check-nix-format.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue