fix module and descr for keyPath
This commit is contained in:
parent
507202b0a8
commit
4cb49f9d83
@ -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:
|
||||
|
@ -33,7 +33,7 @@ in {
|
||||
type = types.path;
|
||||
default = "";
|
||||
description = ''
|
||||
Path to the TS API key file
|
||||
Path to the GitHub API key file
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user