]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - overlays/vcsh/default.nix
Squash changes containing private information
[perso/Immae/Config/Nix.git] / overlays / vcsh / default.nix
diff --git a/overlays/vcsh/default.nix b/overlays/vcsh/default.nix
deleted file mode 100644 (file)
index eb4d48e..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-self: super: {
-  vcsh = super.vcsh.overrideAttrs(old: {
-    patchPhase = old.patchPhase or "" + ''
-      sed -i -e 's@-r "$XDG_CONFIG_HOME/vcsh/config.d/$VCSH_REPO_NAME"@-f "$XDG_CONFIG_HOME/vcsh/config.d/$VCSH_REPO_NAME"@' vcsh
-      '';
-  });
-}