mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 04:27:45 +00:00
fix: supported systems
This commit is contained in:
parent
6236164305
commit
c07a964d8a
1 changed files with 3 additions and 2 deletions
|
@ -5,13 +5,14 @@
|
|||
flakeCompat.url = github:edolstra/flake-compat;
|
||||
flakeCompat.flake = false;
|
||||
flakeUtils.url = "github:numtide/flake-utils";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
treefmt.url = "github:numtide/treefmt";
|
||||
treefmt.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
};
|
||||
outputs =
|
||||
inputs:
|
||||
inputs.flakeUtils.lib.eachDefaultSystem
|
||||
inputs.flakeUtils.lib.eachSystem
|
||||
[ "x86_64-darwin" "x86_64-linux" ]
|
||||
(
|
||||
system:
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue