1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-25 11:49:35 +01:00

Fix 'nix fmt' test

(cherry picked from commit a3c843e635)
This commit is contained in:
Eelco Dolstra 2022-04-19 21:47:13 +02:00
parent 86c07fcf2d
commit 69c6fb12ee

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