Skip to content

Commit

Permalink
Add subl symlink for Sublime Text 3 (#23815)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmev authored and zimbatm committed Mar 12, 2017
1 parent 6c99f88 commit 39cd6cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/editors/sublime3/default.nix
Expand Up @@ -66,6 +66,7 @@ in stdenv.mkDerivation {
phases = [ "installPhase" ];
installPhase = ''
mkdir -p $out/bin
ln -s ${sublime}/sublime_text $out/bin/subl
ln -s ${sublime}/sublime_text $out/bin/sublime
ln -s ${sublime}/sublime_text $out/bin/sublime3
mkdir -p $out/share/applications
Expand Down

0 comments on commit 39cd6cc

Please sign in to comment.