nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1--- a/src/core.c/CompUnit/Repository/Installation.rakumod
2+++ b/src/core.c/CompUnit/Repository/Installation.rakumod
3@@ -848,6 +848,10 @@
4 my $val = $1.Str;
5 given $op {
6 when "plain" | "plat-sep" {
7+ # use rakudo from our store path and avoid PATH lookups
8+ if $val ~~ / ^ "rakudo" / {
9+ return '"@out@/bin/' ~ sh-escape($val) ~ '"';
10+ }
11 return '"' ~ sh-escape($val) ~ '"';
12 }
13 when "cmd-args" {