🤦 move the source link to the right place

main
Brian Hicks 2020-06-03 08:26:14 -05:00
parent 1dcff90f3f
commit fd27acc3ca
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,8 @@
}:
with nixpkgs;
stdenv.mkDerivation {
# inspired by one of Stöffel's keybindings at
# https://github.com/stoeffel/.dots/blob/master/tmux/keybindings.conf
name = "lazygit-window";
src = ./.;
buildInputs = [ pkgs.makeWrapper ];

View File

@ -2,8 +2,6 @@
}:
with nixpkgs;
stdenv.mkDerivation {
# inspired by one of Stöffel's keybindings at
# https://github.com/stoeffel/.dots/blob/master/tmux/keybindings.conf
name = "tmux-session";
src = ./.;
buildInputs = [ pkgs.makeWrapper ];