aboutsummaryrefslogtreecommitdiff
path: root/packages/shotkey/pkg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shotkey/pkg.nix')
-rw-r--r--packages/shotkey/pkg.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/shotkey/pkg.nix b/packages/shotkey/pkg.nix
index 3a9eea7..7e12a62 100644
--- a/packages/shotkey/pkg.nix
+++ b/packages/shotkey/pkg.nix
@@ -1,5 +1,5 @@
-{ stdenv, libX11 }:
-with stdenv.lib;
+{ stdenv, pkgs, libX11 }:
+with pkgs.lib;
stdenv.mkDerivation rec {
name = "local-shotkey-${version}";