fix(server): Amend package path for Go tooling compatibility
With these changes it is possible to keep Nixery in $GOPATH and build the server in there, while still having things work correctly via Nix.
This commit is contained in:
parent
f4bf3518f6
commit
0642f7044d
6 changed files with 10 additions and 10 deletions
|
|
@ -43,7 +43,7 @@ rec {
|
|||
nixery-bin = writeShellScriptBin "nixery" ''
|
||||
export WEB_DIR="${nixery-book}"
|
||||
export PATH="${nixery-build-image}/bin:$PATH"
|
||||
exec ${nixery-server}/bin/nixery
|
||||
exec ${nixery-server}/bin/server
|
||||
'';
|
||||
|
||||
# Container image containing Nixery and Nix itself. This image can
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue