1
1
mirror of https://github.com/divnix/digga.git synced 2024-08-15 18:10:24 +03:00

chore: clean up unnecessary args to deprecated.nix

`nixosModules` and `internal-modules` could cause unwanted builds on darwin.
This commit is contained in:
Chris Montgomery 2022-03-31 23:19:20 -04:00
parent ab39edf087
commit 1aa990d2f9
No known key found for this signature in database
GPG Key ID: A6BA9BA2FDA7C997
2 changed files with 2 additions and 5 deletions

View File

@ -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.

View File

@ -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