Fix 'nix fmt' test

This commit is contained in:
Eelco Dolstra 2022-04-19 21:47:13 +02:00
parent 1cdad1074c
commit a3c843e635

View file

@ -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