nix/pkgs/heptapod-runner: fix more
This commit is contained in:
parent
7c0d51e9db
commit
9f7a675b09
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ in
|
||||||
paths = [ pkgs.mercurial ];
|
paths = [ pkgs.mercurial ];
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
mkdir -p "$out/etc/mercurial"
|
mkdir -p "$out/etc/mercurial"
|
||||||
cp "${newSrc}/dockerfiles/build/runner.hgrc" "$out/etc/mercurial/hgrc"
|
cp "${newSrc}/dockerfiles/runner-helper/runner.hgrc" "$out/etc/mercurial/hgrc"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue