overlays: create indirection

This commit is contained in:
Primrose 2025-05-20 17:58:05 +02:00
parent e0a89ab571
commit 0fcbb8064d
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 37 additions and 36 deletions

View file

@ -15,9 +15,5 @@
};
packages = import ./nix/packages;
overlays = {
default = import ./nix/overlays;
packages = import ./nix/overlays/packages.nix;
};
overlays = import ./nix/overlays;
}