setup
default.checks.aarch64-linux.treefmt
· build #38
· raw
1this derivation will be built:2 /nix/store/26hd8nm571mriy2p0k6w6hpcfxwjzsiz-treefmt-check.drv3error: Cannot build '/nix/store/26hd8nm571mriy2p0k6w6hpcfxwjzsiz-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/0d9ykixkcy6jqsglf4r7cv42gcdivaz7-treefmt-check7 Last 25 log lines:8 > + };9 > }10 > diff --git a/tests/hello-flake-v2/flake.nix b/tests/hello-flake-v2/flake.nix11 > index 8b5f577..b4181ee 10064412 > --- a/tests/hello-flake-v2/flake.nix13 > +++ b/tests/hello-flake-v2/flake.nix14 > @@ -1,12 +1,10 @@15 > {16 > description = "Hello flake v2";17 >18 > - outputs =19 > - { self }:20 > - {21 > - packages.x86_64-linux.default = import ./default.nix;22 > - packages.aarch64-linux.default = import ./default.nix;23 > - packages.x86_64-darwin.default = import ./default.nix;24 > - packages.aarch64-darwin.default = import ./default.nix;25 > - };26 > + outputs = { self }: {27 > + packages.x86_64-linux.default = import ./default.nix;28 > + packages.aarch64-linux.default = import ./default.nix;29 > + packages.x86_64-darwin.default = import ./default.nix;30 > + packages.aarch64-darwin.default = import ./default.nix;31 > + };32 > }33 For full logs, run:34 nix log /nix/store/26hd8nm571mriy2p0k6w6hpcfxwjzsiz-treefmt-check.drv