mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
format: removed exceptions already formatted files (#1954)
Removed format exclusion exceptions for modules that are already formatted correctly (that is, when running nixfmt, no changes happen) or have been moved (in the case of i3.nix).
This commit is contained in:
parent
b706d101eb
commit
2d421b30ad
1 changed files with 0 additions and 3 deletions
3
format
3
format
|
@ -32,7 +32,6 @@ find . -name '*.nix' \
|
|||
! -path ./modules/programs/bash.nix \
|
||||
! -path ./modules/programs/firefox.nix \
|
||||
! -path ./modules/programs/gpg.nix \
|
||||
! -path ./modules/programs/lesspipe.nix \
|
||||
! -path ./modules/programs/ssh.nix \
|
||||
! -path ./modules/programs/tmux.nix \
|
||||
! -path ./modules/programs/zsh.nix \
|
||||
|
@ -41,11 +40,9 @@ find . -name '*.nix' \
|
|||
! -path ./modules/services/keybase.nix \
|
||||
! -path ./modules/services/mpd.nix \
|
||||
! -path ./modules/services/sxhkd.nix \
|
||||
! -path ./modules/services/window-managers/i3.nix \
|
||||
! -path ./modules/systemd.nix \
|
||||
! -path ./nix-darwin/default.nix \
|
||||
! -path ./tests/default.nix \
|
||||
! -path ./tests/modules/home-environment/default.nix \
|
||||
! -path ./tests/modules/home-environment/session-variables.nix \
|
||||
! -path ./tests/modules/programs/gpg/override-defaults.nix \
|
||||
! -path ./tests/modules/programs/zsh/session-variables.nix \
|
||||
|
|
Loading…
Reference in a new issue