mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
Fix 'nix fmt' test
This commit is contained in:
parent
1cdad1074c
commit
a3c843e635
1 changed files with 1 additions and 1 deletions
|
|
@ -25,6 +25,6 @@ cat << EOF > flake.nix
|
||||||
EOF
|
EOF
|
||||||
nix fmt ./file ./folder | grep 'Formatting: ./file ./folder'
|
nix fmt ./file ./folder | grep 'Formatting: ./file ./folder'
|
||||||
nix flake check
|
nix flake check
|
||||||
nix flake show | grep -P 'x86_64-linux|x86_64-darwin'
|
nix flake show | grep -P "package 'formatter'"
|
||||||
|
|
||||||
clearStore
|
clearStore
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue