setup
checks.aarch64-linux.formatting
· build #423
· raw
1this derivation will be built:2 /nix/store/k7qwviwdwqccwniz6rrlwlhakk9fzy7x-treefmt-check.drv3error: Cannot build '/nix/store/k7qwviwdwqccwniz6rrlwlhakk9fzy7x-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/h8dq0divxzzl8d8vl3z7v77d5dmsk8hk-treefmt-check7 Last 25 log lines:8 >9 > # Native messaging host so the pywalfox addon can read noctalia colors.10 > - home.file.".librewolf/native-messaging-hosts/pywalfox.json" = lib.mkIf pkgs.stdenv.hostPlatform.isLinux {11 > - text = builtins.toJSON {12 > - name = "pywalfox";13 > - description = "Automatically theme your browser using the colors generated by Pywal";14 > - path = "${pkgs.pywalfox-native}/bin/pywalfox";15 > - type = "stdio";16 > - allowed_extensions = [ "pywalfox@frewacom.org" ];17 > - };18 > - };19 > + home.file.".librewolf/native-messaging-hosts/pywalfox.json" =20 > + lib.mkIf pkgs.stdenv.hostPlatform.isLinux21 > + {22 > + text = builtins.toJSON {23 > + name = "pywalfox";24 > + description = "Automatically theme your browser using the colors generated by Pywal";25 > + path = "${pkgs.pywalfox-native}/bin/pywalfox";26 > + type = "stdio";27 > + allowed_extensions = [ "pywalfox@frewacom.org" ];28 > + };29 > + };30 >31 > # Register native messaging host so the browser extension can talk to browser-cli32 > home.activation.installBrowserCliHost = lib.hm.dag.entryAfter [ "writeBoundary" ] ''33 For full logs, run:34 nix log /nix/store/k7qwviwdwqccwniz6rrlwlhakk9fzy7x-treefmt-check.drv