From 4f0f5e528f6ced31f7a12e8e6a4d50127b7a55f1 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Tue, 10 May 2022 06:46:17 -0400 Subject: [PATCH] Note on `eachDefaultSystem` https://twitter.com/sridca/status/1523973629393911809 --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 6c7e505..ffa06a7 100644 --- a/flake.nix +++ b/flake.nix @@ -81,6 +81,8 @@ defaultApp = inputs.self.apps.${system}.default; }; in + # We use eachDefaultSystem to allow other architectures + # See https://github.com/NixOS/nix/issues/3843#issuecomment-661720562 inputs.flake-utils.lib.eachDefaultSystem outputsFor // { # For hercules-CI support,