]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - overlays/vcsh/default.nix
Add vcsh overlay
[perso/Immae/Config/Nix.git] / overlays / vcsh / default.nix
1 self: super: {
2 vcsh = super.vcsh.overrideAttrs(old: {
3 patchPhase = old.patchPhase or "" + ''
4 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
5 '';
6 });
7 }