From 4cb49f9d83c331fa997130aa1ecffabd67acb0c5 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 5 Dec 2022 20:09:32 -0700 Subject: [PATCH] fix module and descr for keyPath --- flake.nix | 2 +- module.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ''; };