Files
2021-02-28 16:38:32 +02:00

6 lines
59 B
Nix

{
nixpkgs.overlays = [
(import ./overlay.nix)
];
}