We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7906ed commit fb89e10Copy full SHA for fb89e10
nix/flake-module.nix
@@ -30,7 +30,9 @@ _localFlake:
30
dontUnpack = true;
31
installPhase = ''
32
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 ]}
+ wrapProgram $out/bin/nix-auto-ci-report --prefix PATH : ${
34
+ pkgs.lib.makeBinPath [ pkgs.unixtools.script ]
35
+ }
36
'';
37
};
38
packages.__patched-nix-fast-build = pkgs.nix-fast-build.overrideAttrs (oldAttrs: {
0 commit comments