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; });
|
nixpkgsFor = forAllSystems (system: import nixpkgs { inherit system; });
|
||||||
in {
|
in {
|
||||||
overlay = final: prev: {
|
overlay = final: prev: {
|
||||||
startpage = self.packages.${prev.system}.startpage;
|
gostart = self.packages.${prev.system}.gostart;
|
||||||
};
|
};
|
||||||
nixosModule = import ./module.nix;
|
nixosModule = import ./module.nix;
|
||||||
packages = forAllSystems (system:
|
packages = forAllSystems (system:
|
||||||
|
@ -33,7 +33,7 @@ in {
|
|||||||
type = types.path;
|
type = types.path;
|
||||||
default = "";
|
default = "";
|
||||||
description = ''
|
description = ''
|
||||||
Path to the TS API key file
|
Path to the GitHub API key file
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user