nix run 'git+https://pacifichealthdynamics.visualstudio.com/PHDSys/_git/PHDSys-net?ref=integration&rev=43fb2415eac77af745ef481de769327d95c69fe5#hippoApiRT'
nix run 'git+ssh://pacifichealthdynamics@vs-ssh.visualstudio.com/v3/pacifichealthdynamics/PHDSys/PHDSys-net?ref=integration&rev=43fb2415eac77af745ef481de769327d95c69fe5#hippoApiRT'
🛈 The rev
parameter and the output name (#hippoApiRT
) aren't mandatory, they're shown here for reference.
Note that the ssh urls you get from the Clone → SSH button in AzOps use :
after the hostname, which Nix doesn't like.
Replace the user@vs-ssh.visualstudio.com:v3/orgname
part with user@vs-ssh.visualstudio.com/v3/orgname
for use in
flake input urls.
fetching Git repository 'ssh://pacifichealthdynamics@vs-ssh.visualstudio.com/pacifichealthdynamics/PHDSys/PHDSys-net'remote: Command git-upload-pack '/pacifichealthdynamics/PHDSys/PHDSys-net' is not in expected format.
fatal: Could not read from remote repository.