chore(deps): update nixpkgs pin
Nixpkgs has removed support for x86_64-darwin, so removing that from CI's flake check. A x86_64-darwin binary is still built via Stack.
This commit is contained in:
+2
-1
@@ -21,6 +21,7 @@ let
|
||||
name = "postgrest-style";
|
||||
docs = "Automatically format Haskell, Nix and Python files.";
|
||||
workingDir = "/";
|
||||
withTmpDir = true;
|
||||
}
|
||||
''
|
||||
# Format Nix files
|
||||
@@ -32,7 +33,7 @@ let
|
||||
| xargs ${stylish-haskell}/bin/stylish-haskell -i
|
||||
|
||||
# Format Python files
|
||||
${black}/bin/black .
|
||||
TMPDIR="$tmpdir" ${black}/bin/black .
|
||||
'';
|
||||
|
||||
# Script to check whether any uncommitted changes result from postgrest-style
|
||||
|
||||
Reference in New Issue
Block a user