Skip to content

Commit

Permalink
ioc/modules: deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
minijackson committed Jan 23, 2025
1 parent d931157 commit 82552ab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ioc/modules/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,20 @@ with lib; {
};

config = {
warnings = [
# Unconditional warning
''
For IOC ${config.epnix.meta.name}:
Developing IOCs using modules is deprecated,
and will be removed in version `nixos-26.05`.
See the User Guide "Migrating from modules development"
in the IOC documentation
to see how to migrate your IOC.
''
];

nixpkgs.overlays = [
epnix.inputs.bash-lib.overlay
epnix.inputs.sphinxcontrib-nixdomain.overlays.default
Expand Down

0 comments on commit 82552ab

Please sign in to comment.