Skip to content

Commit

Permalink
build: disable darwin systems in flake
Browse files Browse the repository at this point in the history
  • Loading branch information
max-niederman committed Apr 25, 2024
1 parent 5db56de commit d5ffef1
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 @@ -15,7 +15,7 @@
};

outputs = { self, nixpkgs, flake-utils, crate2nix, rust-overlay }:
flake-utils.lib.eachDefaultSystem (system:
flake-utils.lib.eachSystem ["x86_64-linux" "aarch64-linux"] (system:
let
pkgs = import nixpkgs {
inherit system;
Expand Down

0 comments on commit d5ffef1

Please sign in to comment.