Skip to content

Commit

Permalink
tweak flake
Browse files Browse the repository at this point in the history
  • Loading branch information
tstat committed Jul 25, 2024
1 parent 39d63da commit 84968ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
SystemConfiguration
pkgs.libiconv
];
system-dependent = if pkgs.stdenv.isDarwin then darwin-frameworks else [ ];
in
if system == "aarch64-darwin" then darwin-frameworks else [ ];
system-dependent;
};
};
});
Expand Down

0 comments on commit 84968ec

Please sign in to comment.