diff options
Diffstat (limited to 'test/sandbox/tool/package.nix')
| -rw-r--r-- | test/sandbox/tool/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sandbox/tool/package.nix b/test/sandbox/tool/package.nix index 7cc3472e..d003cfa8 100644 --- a/test/sandbox/tool/package.nix +++ b/test/sandbox/tool/package.nix @@ -21,10 +21,10 @@ buildGoModule rec { nativeBuildInputs = [ pkg-config ]; preBuild = '' - go mod init git.gensokyo.uk/security/fortify/test/sandbox >& /dev/null + go mod init git.gensokyo.uk/security/hakurei/test/sandbox >& /dev/null ''; postInstall = '' - mv $out/bin/tool $out/bin/fortify-test + mv $out/bin/tool $out/bin/hakurei-test ''; } |
