info: add "info" to extra outputs to install
This commit is contained in:
parent
3632478b8d
commit
0672936134
|
@ -24,6 +24,7 @@ with lib;
|
|||
with import ../lib/dag.nix { inherit lib; };
|
||||
|
||||
let
|
||||
|
||||
cfg = config.programs.info;
|
||||
|
||||
# Indexes info files found in this location
|
||||
|
@ -73,5 +74,7 @@ in
|
|||
'';
|
||||
|
||||
home.packages = [ infoPkg ];
|
||||
|
||||
home.extraOutputsToInstall = [ "info" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue