]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - overlays/morph/verbose_nix.patch
Migrate to morph as a replacement to nixops
[perso/Immae/Config/Nix.git] / overlays / morph / verbose_nix.patch
1 diff --git a/nix/nix.go b/nix/nix.go
2 index bb63870..7fe04aa 100644
3 --- a/nix/nix.go
4 +++ b/nix/nix.go
5 @@ -347,6 +347,7 @@ func Push(ctx *ssh.SSHContext, host Host, paths ...string) (err error) {
6 options := mkOptions(host)
7 for _, path := range paths {
8 args := []string{
9 + "-v",
10 "copy",
11 path,
12 "--to", "ssh://" + userArg + host.TargetHost + keyArg,