-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add macOS/Darwin binaries #402
Comments
Not entirely sure what's happened but since updating my Seems like the derivation doesn't exist anymore for
|
I'm running into this issue as ; 1.3.0 worked for me; neither 2.0.0 nor 3.0.0 do. Edit: using
|
I use a (very recent) commit that still has the binaries present: repos:
- repo: https://github.com/kamadorueda/alejandra
rev: e53c2c6
hooks:
# Requires Nix to be previously installed in the system
- id: alejandra-nix |
I'm curious to know if the issue is that we don't provide pre-compiled MacOS/Darwin binaries that people may want to download, chmod +x and execute, or if the issue is asking about the pre-commit failures related to the missing system attribute For the options above:
Please let me know if my understanding of the issue is accurate |
Version 3.1.0 seems to have fixed the problem. Below works: diff --git i/.pre-commit-config.yaml w/.pre-commit-config.yaml
index 182e228..5c0adf0 100644
--- i/.pre-commit-config.yaml
+++ w/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/kamadorueda/alejandra
- rev: d7552fef2ccf1bbf0d36b27f6fddb19073f205b7
+ rev: 3.1.0
hooks:
# Requires Nix to be previously installed in the system
- id: alejandra-nix Re: building binaries: I'm happy to lend compute to do this. If you share a script or something similar I'll run it and share the results. |
No description provided.
The text was updated successfully, but these errors were encountered: