aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-04-19 21:47:13 +0200
committerEelco Dolstra <edolstra@gmail.com>2022-04-19 21:47:13 +0200
commita3c843e6357be9d1cf84c1e030b8e5169815d827 (patch)
tree724a3e6a601905903c7165da5d270deea04a03bf /tests
parent1cdad1074c42bb0b086f09b083db2f3c0f930b0e (diff)
Fix 'nix fmt' test
Diffstat (limited to 'tests')
-rw-r--r--tests/fmt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fmt.sh b/tests/fmt.sh
index 2b482f14a..bc05118ff 100644
--- a/tests/fmt.sh
+++ b/tests/fmt.sh
@@ -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