overlays-personal/flake.nix

10 lines
105 B
Nix

{
description = "My overlays";
outputs = { self, nixpkgs }: {
overlay = import ./pkgs;
};
}