From 7af982c404f26bc299e27872308aea411f0f1502 Mon Sep 17 00:00:00 2001 From: Bryton Hall Date: Sat, 28 Jan 2023 11:54:44 -0500 Subject: [PATCH] flake: add aarch64 and darwin system combinations --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 530d759..48f9bb0 100644 --- a/flake.nix +++ b/flake.nix @@ -18,8 +18,7 @@ nixpkgs, ... } @ inputs: - (inputs.flake-utils.lib.eachSystem ["x86_64-linux"] ( - #inputs.flake-utils.lib.eachDefaultSystem ( + (inputs.flake-utils.lib.eachDefaultSystem ( system: let pkgs = import inputs.nixpkgs { overlays = [