Skip to content

Commit

Permalink
flake: Remove unused system
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Nov 5, 2024
1 parent 4ed3e0f commit e2067cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
flake-utils,
nixpkgs-unstable,
}:
let allSystems = [ "aarch64-linux" "x86_64-linux" "aarch64-darwin" "x86_64-darwin" ];
let allSystems = [ "x86_64-linux" "aarch64-darwin" "x86_64-darwin" ];
in flake-utils.lib.eachSystem allSystems (system:

let
Expand Down

0 comments on commit e2067cf

Please sign in to comment.