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 92829b29..13e18272 100644 --- a/test/sandbox/tool/package.nix +++ b/test/sandbox/tool/package.nix @@ -12,7 +12,7 @@ buildGoModule rec { src = builtins.path { name = "${pname}-src"; - path = lib.cleanSource ../.; + path = lib.cleanSource ../../.; filter = path: type: (type == "directory") || (type == "regular" && lib.hasSuffix ".go" path); }; vendorHash = null; @@ -23,7 +23,7 @@ buildGoModule rec { nativeBuildInputs = [ pkg-config ]; preBuild = '' - go mod init hakurei.app/test/sandbox >& /dev/null + go mod init hakurei.app/test >& /dev/null ''; postInstall = '' |
