Note on eachDefaultSystem
https://twitter.com/sridca/status/1523973629393911809
This commit is contained in:
parent
1f8760d9c9
commit
4f0f5e528f
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@
|
||||||
defaultApp = inputs.self.apps.${system}.default;
|
defaultApp = inputs.self.apps.${system}.default;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
# We use eachDefaultSystem to allow other architectures
|
||||||
|
# See https://github.com/NixOS/nix/issues/3843#issuecomment-661720562
|
||||||
inputs.flake-utils.lib.eachDefaultSystem outputsFor
|
inputs.flake-utils.lib.eachDefaultSystem outputsFor
|
||||||
// {
|
// {
|
||||||
# For hercules-CI support,
|
# For hercules-CI support,
|
||||||
|
|
Loading…
Reference in a new issue