Skip to content

Commit

Permalink
feat: add darwin to flake dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyjohnson1 committed Nov 17, 2024
1 parent 47f55f6 commit ff589a4
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-parts, poetry2nix, process-compose-flake, services-flake }@inputs:
flake-parts.lib.mkFlake { inherit inputs; } {
imports = [ inputs.process-compose-flake.flakeModule ];
systems = [ "x86_64-linux" "aarch64-darwin" ];
systems = [ "x86_64-linux" "aarch64-darwin" "x86_64-darwin"];
perSystem = { self', pkgs, system, lib, ... }:
let
pkgs = import nixpkgs {
Expand Down

0 comments on commit ff589a4

Please sign in to comment.