From 2e4124e018fbc380aad4610483538a8966f03cf1 Mon Sep 17 00:00:00 2001
From: ncfavier nixpkgs.config this option only
applies within the Home Manager configuration. See
nixpkgs.config for a suggested setup that
-works both internally and externally.
Type: null or (list of (nixpkgs overlay))
Default: null
Example:
[ (self: super: {
- openssh = super.openssh.override {
+works both internally and externally.Type: null or (list of (nixpkgs overlay))
Default: null
Example:
[
+ (final: prev: {
+ openssh = prev.openssh.override {
hpnSupport = true;
withKerberos = true;
- kerberos = self.libkrb5;
+ kerberos = final.libkrb5;
};
- };
-) ]
+ })
+]
Declared by:
<home-manager/modules/misc/nixpkgs.nix>
|
pam.sessionVariablesEnvironment variables that will be set for the PAM session.