workflows: enforce RFC166 formatting for mpvScripts

nicoo 294953dd 492b7b25

+1
+1
.github/workflows/check-nix-format.yml
··· 32 # Each environment variable beginning with NIX_FMT_PATHS_ is a list of 33 # paths to check with nixfmt. 34 env: 35 # Format paths related to the Nixpkgs CUDA ecosystem. 36 NIX_FMT_PATHS_CUDA: | 37 pkgs/development/cuda-modules
··· 32 # Each environment variable beginning with NIX_FMT_PATHS_ is a list of 33 # paths to check with nixfmt. 34 env: 35 + NIX_FMT_PATHS_MPVSCRIPTS: pkgs/applications/video/mpv/scripts 36 # Format paths related to the Nixpkgs CUDA ecosystem. 37 NIX_FMT_PATHS_CUDA: | 38 pkgs/development/cuda-modules