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/anypinentry/pkg.nix | |
| parent | 355021b943fc50f3d937ab8833c57aa08094a0c8 (diff) | |
| download | nixos-config-35fb1e0eed2776dc7d95227ba8a136596d144835.tar.gz nixos-config-35fb1e0eed2776dc7d95227ba8a136596d144835.zip | |
Minor refactor for custom packages
Diffstat (limited to '')
| -rw-r--r-- | packages/anypinentry/pkg.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/anypinentry/pkg.nix b/packages/anypinentry/pkg.nix index 094fd40..7536594 100644 --- a/packages/anypinentry/pkg.nix +++ b/packages/anypinentry/pkg.nix @@ -1,5 +1,5 @@ { stdenv, pkgs, dmenu ? (import ../default.nix { pkgs = pkgs; }).dmenu }: -with stdenv.lib; +with pkgs.lib; stdenv.mkDerivation rec { name = "local-anypinentry-${version}"; |
