1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

feat: correct aarch64-darwin build

This commit is contained in:
Kevin Amado 2022-02-17 13:16:03 -05:00
parent ea6e3bfc92
commit 9bbc0f6d85
No known key found for this signature in database
GPG key ID: FFF341057F503148
7 changed files with 98 additions and 161 deletions

19
front/flake.lock generated
View file

@ -8,11 +8,11 @@
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1644992777,
"narHash": "sha256-SXUZrKw+UlMlkbcKYHVAhaohW8Ss62oP3EWNO0UhyDA=",
"lastModified": 1645079077,
"narHash": "sha256-0dS1mkM6UaCNdixDuwj2xHyaRqhk9fXDLrfQRmOryBA=",
"owner": "nix-community",
"repo": "fenix",
"rev": "8fa7c3c91809cd9665a2391890469160c5ba01dd",
"rev": "1a1694cb7ae3708a90932e7a8a9a767c466a2976",
"type": "github"
},
"original": {
@ -23,15 +23,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1645072054,
"narHash": "sha256-I+HkWU1IpRb93VzjayAybj3L2CcJxNlZDhSeSpL3eSw=",
"lastModified": 1644972330,
"narHash": "sha256-6V2JFpTUzB9G+KcqtUR1yl7f6rd9495YrFECslEmbGw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "97777606991c3a78040c883fa97791ae77073022",
"rev": "19574af0af3ffaf7c9e359744ed32556f34536bd",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
@ -45,11 +46,11 @@
"rust-analyzer-src": {
"flake": false,
"locked": {
"lastModified": 1644917782,
"narHash": "sha256-nFaqGKTtzzPY6rXwjYfuJetNAnvZGuFVtfJ4nWKaVes=",
"lastModified": 1645024434,
"narHash": "sha256-ZYwqOkx9MYKmbuqkLJdRhIn7IghMRclbUzxJgR7OOhA=",
"owner": "rust-analyzer",
"repo": "rust-analyzer",
"rev": "f0210f8a43efefef93dcb9ce0cf34b083fd3d51a",
"rev": "89faff7477e904f6820990f130a3aed72c1d7e6b",
"type": "github"
},
"original": {

View file

@ -3,7 +3,7 @@
fenix.url = "github:nix-community/fenix";
fenix.inputs.nixpkgs.follows = "nixpkgs";
nixpkgs.url = "github:nixos/nixpkgs";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
};
outputs = inputs: let