aboutsummaryrefslogtreecommitdiff
path: root/packages/shotkey
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2021-02-17 23:33:32 +0530
committerAkshay Nair <phenax5@gmail.com>2021-02-17 23:33:32 +0530
commit35fb1e0eed2776dc7d95227ba8a136596d144835 (patch)
tree1bc9d65a91674016523c0c01992b90b84375c7d4 /packages/shotkey
parent355021b943fc50f3d937ab8833c57aa08094a0c8 (diff)
downloadnixos-config-35fb1e0eed2776dc7d95227ba8a136596d144835.tar.gz
nixos-config-35fb1e0eed2776dc7d95227ba8a136596d144835.zip
Minor refactor for custom packages
Diffstat (limited to 'packages/shotkey')
-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}";