{ description = "A very basic flake"; outputs = { self, nixpkgs }: { overlays.default = import ./overlay.nix; }; }