Skip to content

Commit

Permalink
Fix 'nix fmt' test
Browse files Browse the repository at this point in the history
(cherry picked from commit a3c843e)
  • Loading branch information
edolstra committed Apr 19, 2022
1 parent 86c07fc commit 69c6fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ cat << EOF > flake.nix
EOF
nix fmt ./file ./folder | grep 'Formatting: ./file ./folder'
nix flake check
nix flake show | grep -P 'x86_64-linux|x86_64-darwin'
nix flake show | grep -P "package 'formatter'"

clearStore

0 comments on commit 69c6fb1

Please sign in to comment.