Skip to content

Commit

Permalink
plugins/lz-n: tests load lib from pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
psfloyd committed Jul 26, 2024
1 parent b4e0f9f commit e08c70d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-sources/plugins/pluginmanagers/lz-n.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
...
}:
let
inherit (pkgs) lib;
optionalPlugins = map (plugin: {
inherit plugin;
optional = true;
Expand Down

0 comments on commit e08c70d

Please sign in to comment.