diff options
| author | Akshay Nair <phenax5@gmail.com> | 2021-02-17 23:33:32 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2021-02-17 23:33:32 +0530 |
| commit | 35fb1e0eed2776dc7d95227ba8a136596d144835 (patch) | |
| tree | 1bc9d65a91674016523c0c01992b90b84375c7d4 /packages/shotkey | |
| parent | 355021b943fc50f3d937ab8833c57aa08094a0c8 (diff) | |
| download | nixos-config-35fb1e0eed2776dc7d95227ba8a136596d144835.tar.gz nixos-config-35fb1e0eed2776dc7d95227ba8a136596d144835.zip | |
Minor refactor for custom packages
Diffstat (limited to 'packages/shotkey')
| -rw-r--r-- | packages/shotkey/pkg.nix | 4 |
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}"; |
