nix: remove export of overlay in default.nix

This commit is contained in:
Primrose 2025-05-28 12:53:46 +02:00
parent 9ca1c2c0f9
commit 40bfb07763
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -15,5 +15,4 @@
};
packages = import ./nix/packages {inherit sources;};
overlays = import ./nix/overlays;
}