X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=overlays%2Fmorph%2Fverbose_nix.patch;fp=overlays%2Fmorph%2Fverbose_nix.patch;h=0000000000000000000000000000000000000000;hp=389a79cb848dfdfbcba5740394ada84f845314c7;hb=1a64deeb894dc95e2645a75771732c6cc53a79ad;hpb=fa25ffd4583cc362075cd5e1b4130f33306103f0 diff --git a/overlays/morph/verbose_nix.patch b/overlays/morph/verbose_nix.patch deleted file mode 100644 index 389a79c..0000000 --- a/overlays/morph/verbose_nix.patch +++ /dev/null @@ -1,12 +0,0 @@ -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,