feat: proxy nixos modules, remove deprecated overlay attribute

This commit is contained in:
Jake Hamilton 2023-02-21 17:41:34 -08:00
parent af06876391
commit b428b981b9
No known key found for this signature in database
GPG key ID: 9762169A1B35EA68
4 changed files with 45 additions and 9 deletions

View file

@ -138,7 +138,6 @@ rec {
flake-outputs =
flake-utils-plus-outputs // {
inherit overlays;
overlay = overlays.default;
};
in
flake-outputs;