fudo-pkgs/flake.nix

8 lines
108 B
Nix

{
description = "Fudo packages";
outputs = { self, ... }: {
overlay = import ./overlay.nix;
};
}