nixos-config/config/workarounds/default.nix

5 lines
63 B
Nix

{ ... }: {
nixpkgs.overlays = [
(self: prev: { })
];
}