diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-07-06 20:58:38 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-07-06 20:58:38 +0530 |
| commit | ee3cb5c50f25c47947e2a817dc76c40a6b024f32 (patch) | |
| tree | 507e340f0ef26284deebd52a3949372888beff99 /packages/shotkey | |
| parent | 47d67f1b085bad0e20567332fd2c707df3d42e20 (diff) | |
| download | nixos-config-ee3cb5c50f25c47947e2a817dc76c40a6b024f32.tar.gz nixos-config-ee3cb5c50f25c47947e2a817dc76c40a6b024f32.zip | |
config sync
Diffstat (limited to 'packages/shotkey')
| -rw-r--r-- | packages/shotkey/pkg.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/shotkey/pkg.nix b/packages/shotkey/pkg.nix index 7e12a62..a9ec241 100644 --- a/packages/shotkey/pkg.nix +++ b/packages/shotkey/pkg.nix @@ -1,4 +1,4 @@ -{ stdenv, pkgs, libX11 }: +{ stdenv, pkgs, libX11, ... }: with pkgs.lib; stdenv.mkDerivation rec { |
