Skip to content

Commit

Permalink
don't wrap kakoune in kak-session
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 8, 2021
1 parent 8e1a0f0 commit cc5bad2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkgs/kak-session/default.nix
Expand Up @@ -8,9 +8,5 @@ pkgs.stdenv.mkDerivation {
mkdir -p $out/bin
cp kak-session.sh $out/bin/kak-session
chmod +x $out/bin/kak-session
wrapProgram $out/bin/kak-session --prefix PATH : ${
pkgs.lib.makeBinPath [ pkgs.kakoune ]
}
'';
}

0 comments on commit cc5bad2

Please sign in to comment.