1
1
mirror of https://github.com/divnix/digga.git synced 2024-09-11 06:55:55 +03:00
digga/deprecated.nix

17 lines
406 B
Nix
Raw Normal View History

2021-07-21 02:24:39 +03:00
{ lib, flake-utils-plus, internal-modules, importers, nixosModules }:
lib.warn ''
You are accessing a deprecated item of the digga lib.
Please update timely, it will be remove soon.
''
rec {
importModules =
lib.warn ''
Deprecated Function: lib.importModules.
Use lib.importExportableModules instead to set `exportedModules` option
''
importers.importExportableModules;
2021-07-21 02:24:39 +03:00
}