aboutsummaryrefslogtreecommitdiff
path: root/flakes/mypackages/overlays/morph/verbose_nix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'flakes/mypackages/overlays/morph/verbose_nix.patch')
-rw-r--r--flakes/mypackages/overlays/morph/verbose_nix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/flakes/mypackages/overlays/morph/verbose_nix.patch b/flakes/mypackages/overlays/morph/verbose_nix.patch
new file mode 100644
index 0000000..389a79c
--- /dev/null
+++ b/flakes/mypackages/overlays/morph/verbose_nix.patch
@@ -0,0 +1,12 @@
1diff --git a/nix/nix.go b/nix/nix.go
2index 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,