Skip to content

Commit

Permalink
🤦 move the source link to the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jun 3, 2020
1 parent 1dcff90 commit fd27acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pkgs/lazygit-window/default.nix
Expand Up @@ -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 ];
Expand Down
2 changes: 0 additions & 2 deletions pkgs/tmux-session/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit fd27acc

Please sign in to comment.