overlays-personal/flake.nix

10 lines
105 B
Nix
Raw Normal View History

2021-10-08 14:59:27 +02:00
{
description = "My overlays";
outputs = { self, nixpkgs }: {
overlay = import ./pkgs;
};
}