7 lines
59 B
Nix
7 lines
59 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
nixpkgs.overlays = [
|
||
|
(import ./uv)
|
||
|
];
|
||
|
}
|