treefmt
This commit is contained in:
parent
4f0f5e528f
commit
7f9fe62295
1 changed files with 3 additions and 2 deletions
|
@ -12,6 +12,9 @@
|
||||||
outputs = inputs:
|
outputs = inputs:
|
||||||
let
|
let
|
||||||
# Function that produces Flake outputs for the given system.
|
# Function that produces Flake outputs for the given system.
|
||||||
|
#
|
||||||
|
# We use eachDefaultSystem (see below) to allow other architectures.
|
||||||
|
# cf. https://github.com/NixOS/nix/issues/3843#issuecomment-661720562
|
||||||
outputsFor = system:
|
outputsFor = system:
|
||||||
let
|
let
|
||||||
# Because: https://zimbatm.com/notes/1000-instances-of-nixpkgs
|
# Because: https://zimbatm.com/notes/1000-instances-of-nixpkgs
|
||||||
|
@ -81,8 +84,6 @@
|
||||||
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