diff --git a/flake.nix b/flake.nix index 7e28271..1ad4900 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ nixpkgsFor = forAllSystems (system: import nixpkgs { inherit system; }); in { overlay = final: prev: { - startpage = self.packages.${prev.system}.startpage; + gostart = self.packages.${prev.system}.gostart; }; nixosModule = import ./module.nix; packages = forAllSystems (system: diff --git a/module.nix b/module.nix index 8b565dc..cab12f1 100644 --- a/module.nix +++ b/module.nix @@ -33,7 +33,7 @@ in { type = types.path; default = ""; description = '' - Path to the TS API key file + Path to the GitHub API key file ''; };