Set system to aarch64-darwin

This commit is contained in:
Paul Brinkmeier 2025-07-15 16:44:15 +02:00
parent d6703f9646
commit aa1bb459be

View File

@ -3,7 +3,7 @@
outputs = { self, nixpkgs }:
let
system = "x86_64-linux";
system = "aarch64-darwin";
pkgs = nixpkgs.legacyPackages.${system};
opium = pkgs.haskellPackages.developPackage {
root = ./.;