nixfiles/darwin/common/overlay.nix
2025-07-13 07:09:45 -07:00

10 lines
78 B
Nix

{
inputs,
system,
...
}: {
nixpkgs = {
overlays = [
];
};
}