diff options
author | Ben Sima <ben@bsima.me> | 2021-04-06 08:47:04 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-04-06 08:47:23 -0400 |
commit | c6e827fc2d3f61457697fbd07a0bdb560c601bc2 (patch) | |
tree | ce285f0066f697eb7dac997a4e65cac9ae321c7c /lib/common.nix | |
parent | 99b391e566770eeba39cbc4873b1acbbe0d4824d (diff) |
Update nixpkgs version
Diffstat (limited to 'lib/common.nix')
-rw-r--r-- | lib/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix index f546a71..80b8c79 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -121,7 +121,7 @@ in secureSocket = false; plugins = [ # copied from upstream nixpkgs - (pkgs.tmuxPlugins.mkDerivation { + (pkgs.tmuxPlugins.mkTmuxPlugin { pluginName = "extrakto"; version = "2021-04-06"; src = pkgs.fetchFromGitHub { |