From 7f9f70d0c7f93f11fa896e5544a5da59319a56f9 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 12 Apr 2023 16:14:31 +0530 Subject: add darwin --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8a9d489..2c37f75 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ outputs = { self, en, nixpkgs }: let - supportedSystems = [ "x86_64-linux" ]; + supportedSystems = [ "x86_64-linux" "aarch64-darwin" "x86_64-darwin" ]; forAllSystems = nixpkgs.lib.genAttrs supportedSystems; nixpkgsFor = forAllSystems (system: import nixpkgs { inherit system; -- cgit v1.2.3