mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
Merge branch 'master' into closure-size
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502
for nixpkgs
This commit is contained in:
commit
30f14243c3
344 changed files with 58220 additions and 29215 deletions
|
@ -101,6 +101,9 @@ in
|
|||
end
|
||||
'';
|
||||
|
||||
# include programs that bring their own completions
|
||||
environment.pathsToLink = [ "/share/fish/vendor_completions.d" ];
|
||||
|
||||
environment.systemPackages = [ pkgs.fish ];
|
||||
|
||||
environment.shells = [
|
||||
|
|
|
@ -189,6 +189,7 @@ in
|
|||
|
||||
# Allow DSA keys for now. (These were deprecated in OpenSSH 7.0.)
|
||||
PubkeyAcceptedKeyTypes +ssh-dss
|
||||
HostKeyAlgorithms +ssh-dss
|
||||
|
||||
${cfg.extraConfig}
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue