You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solution is to move away from nix flake metadata to something else (an expression defined in Nix, just like devour-flake) for retrieving flake metadata including outPath's of flake inputs.
When using
om ci run —on
option to run ci on a remote machine, the expectation is all flake inputs should be copied to the remote machine.But it fails when flake input is of private repo.
Steps to reproduce:
nix run github:juspay/omnix — ci run --on ssh://<user>@<ip> github:rsrohitsingh682/haskell-repo
The text was updated successfully, but these errors were encountered: