overlays-personal/flake.nix
2021-10-08 15:59:27 +03:00

10 lines
105 B
Nix

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