nixos-config/config/workarounds/default.nix

9 lines
89 B
Nix

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