Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Few fixes to SSH and Owner to implement auth and transfer commands in Spago #695

Merged
merged 8 commits into from
Aug 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Latest spago
f-f committed Aug 29, 2024
commit 275ee0fcda4943f7ee7fa27341f5e4c9c9efe318
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -270,7 +270,7 @@

pushd $WORKDIR
export HEALTHCHECKS_URL=${defaultEnv.HEALTHCHECKS_URL}
${pkgs.spago-bin.spago-0_93_19}/bin/spago test
${pkgs.spago-bin.spago-0_93_39}/bin/spago test

popd
'';