You've already forked nixos-overlay
mirror of
https://github.com/t2linux/nixos-overlay.git
synced 2026-04-30 13:32:04 -07:00
6 lines
59 B
Nix
6 lines
59 B
Nix
{
|
|
nixpkgs.overlays = [
|
|
(import ./overlay.nix)
|
|
];
|
|
}
|