Skip to content

Commit

Permalink
nagiosPlugins: add recurseIntoAttrs
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyroussel committed Oct 24, 2024
1 parent 61c0322 commit 19d546a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24811,7 +24811,7 @@ with pkgs;

nagios = callPackage ../servers/monitoring/nagios { };

nagiosPlugins = callPackages ../servers/monitoring/nagios-plugins { };
nagiosPlugins = recurseIntoAttrs (callPackages ../servers/monitoring/nagios-plugins { });

monitoring-plugins = callPackage ../servers/monitoring/plugins { };

Expand Down

0 comments on commit 19d546a

Please sign in to comment.