Skip to content

Commit fb89e10

Browse files
committed
chore: fmt
1 parent b7906ed commit fb89e10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nix/flake-module.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ _localFlake:
3030
dontUnpack = true;
3131
installPhase = ''
3232
install -m755 -D ${../report.nu} $out/bin/nix-auto-ci-report
33-
wrapProgram $out/bin/nix-auto-ci-report --prefix PATH : ${pkgs.lib.makeBinPath [ pkgs.unixtools.script ]}
33+
wrapProgram $out/bin/nix-auto-ci-report --prefix PATH : ${
34+
pkgs.lib.makeBinPath [ pkgs.unixtools.script ]
35+
}
3436
'';
3537
};
3638
packages.__patched-nix-fast-build = pkgs.nix-fast-build.overrideAttrs (oldAttrs: {

0 commit comments

Comments
 (0)