aboutsummaryrefslogtreecommitdiff
path: root/format
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2020-04-06 12:51:11 +0200
committerRobert Helgesson <robert@rycee.net>2020-04-06 12:51:11 +0200
commita128e359272c52a963dcfe79962524f3bb3c0c2c (patch)
tree6c7cdc4ba13bc17e428b73c0f60465c36323dcc1 /format
parentdd93c300bbd951776e546fdc251274cc8a184844 (diff)
Update nixfmt and apply to a few more files
Diffstat (limited to 'format')
-rwxr-xr-xformat6
1 files changed, 1 insertions, 5 deletions
diff --git a/format b/format
index 8fe8c2e615d..5828f60d41e 100755
--- a/format
+++ b/format
@@ -1,5 +1,5 @@
#! /usr/bin/env nix-shell
-#! nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/b0bbacb52134a7e731e549f4c0a7a2a39ca6b481.tar.gz -i bash -p findutils nixfmt
+#! nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/05f0934825c2a0750d4888c4735f9420c906b388.tar.gz -i bash -p findutils nixfmt
CHECK_ARG=
@@ -20,13 +20,11 @@ find . -name '*.nix' \
\
! -path ./home-manager/default.nix \
! -path ./home-manager/home-manager.nix \
- ! -path ./modules/accounts/email.nix \
! -path ./modules/default.nix \
! -path ./modules/files.nix \
! -path ./modules/home-environment.nix \
! -path ./modules/lib/default.nix \
! -path ./modules/lib/file-type.nix \
- ! -path ./modules/lib/types.nix \
! -path ./modules/manual.nix \
! -path ./modules/misc/dconf.nix \
! -path ./modules/misc/gtk.nix \
@@ -59,8 +57,6 @@ find . -name '*.nix' \
! -path ./tests/modules/home-environment/session-variables.nix \
! -path ./tests/modules/programs/gpg/override-defaults.nix \
! -path ./tests/modules/programs/tmux/default.nix \
- ! -path ./tests/modules/programs/tmux/disable-confirmation-prompt.nix \
- ! -path ./tests/modules/programs/tmux/secure-socket-enabled.nix \
! -path ./tests/modules/programs/zsh/session-variables.nix \
! -path ./tests/modules/services/sxhkd/service.nix \
! -path ./tests/modules/systemd/default.nix \