overlays-personal/default.nix

4 lines
46 B
Nix
Raw Normal View History

2018-02-20 12:20:44 +01:00
{
nixpkgs.overlays = [ (import ./pkgs) ];
}