nixfiles/darwin/common/overlay.nix
2025-07-13 07:16:21 -07:00

6 lines
50 B
Nix

_: {
nixpkgs = {
overlays = [
];
};
}