X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=overlays%2Fmorph%2Fverbose_nix.patch;fp=overlays%2Fmorph%2Fverbose_nix.patch;h=389a79cb848dfdfbcba5740394ada84f845314c7;hb=34abd6afa44c620a56416bd423a2438a09bd1ce4;hp=0000000000000000000000000000000000000000;hpb=f5cbc6f767ee234e9cdd53baa113d5ab26edb6d8;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/overlays/morph/verbose_nix.patch b/overlays/morph/verbose_nix.patch new file mode 100644 index 0000000..389a79c --- /dev/null +++ b/overlays/morph/verbose_nix.patch @@ -0,0 +1,12 @@ +diff --git a/nix/nix.go b/nix/nix.go +index bb63870..7fe04aa 100644 +--- a/nix/nix.go ++++ b/nix/nix.go +@@ -347,6 +347,7 @@ func Push(ctx *ssh.SSHContext, host Host, paths ...string) (err error) { + options := mkOptions(host) + for _, path := range paths { + args := []string{ ++ "-v", + "copy", + path, + "--to", "ssh://" + userArg + host.TargetHost + keyArg,