diff --git a/deprecated.nix b/deprecated.nix index 66ef2e0..8b3e070 100644 --- a/deprecated.nix +++ b/deprecated.nix @@ -1,4 +1,4 @@ -{ lib, flake-utils-plus, internal-modules, importers, nixosModules }: +{ lib, importers }: lib.warn '' You are accessing a deprecated item of the digga lib. Please update timely, it will be remove soon. diff --git a/flake.nix b/flake.nix index 2f03b9a..4514b6f 100644 --- a/flake.nix +++ b/flake.nix @@ -108,13 +108,10 @@ # .. it's adopted by a growing number of projects. # Please consider adopting it if you want to help to improve flakes. - - # DEPRECATED - will be removed timely deprecated = import ./deprecated.nix { inherit (nixlib) lib; - inherit (self) nixosModules; - inherit flake-utils-plus internal-modules importers; + inherit importers; }; in