]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - overlays/morph/default.nix
Add dry-run patch for morph
[perso/Immae/Config/Nix.git] / overlays / morph / default.nix
index ee59e2597b5f2eb9a8c2d09d2cdead486b0271ea..448f0515003e74a520e34e0cc69c5eb63a9c2481 100644 (file)
@@ -1,5 +1,5 @@
 self: super: {
   morph = super.morph.overrideAttrs(old: {
-    patches = (old.patches or []) ++ [ ./verbose_nix.patch ];
+    patches = (old.patches or []) ++ [ ./verbose_nix.patch ./dry-run.patch ];
   });
 }