Skip to content
Snippets Groups Projects
Commit 98f09d56 authored by Daniel Firth's avatar Daniel Firth
Browse files

add x86_64-darwin

parent dc2c3449
No related merge requests found
......@@ -24,7 +24,7 @@
, ...
}:
flake-parts.lib.mkFlake { inherit inputs; } {
systems = [ "aarch64-darwin" "x86_64-linux" ];
systems = [ "aarch64-darwin" "x86_64-darwin" "x86_64-linux" ];
perSystem = { config, system, ... }:
let
pkgs = nixpkgs.legacyPackages.${system};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment