remove OPENSSL_PATH
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
{ pkgs, ... }: {
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
PNPM_HOME = "$HOME/.local/share/pnpm";
|
||||
OPENSSL_DIR = "${pkgs.openssl.dev}";
|
||||
KUBECONFIG = "$HOME/.kube/config";
|
||||
OPENSSL_DIR = "${pkgs.openssl.dev}";
|
||||
OPENSSL_LIB_DIR = "${pkgs.openssl.out}/lib";
|
||||
OPENSSL_INCLUDE_DIR = "${pkgs.openssl.dev}/include";
|
||||
PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";
|
||||
NIX_DEV_SHELL_DEFAULT_SHELL = "(which fish)";
|
||||
NIX_DEV_SHELL_DEFAULT_SHELL = "(which nu)";
|
||||
};
|
||||
|
||||
home.sessionPath = [
|
||||
"$HOME/.local/bin"
|
||||
"$PNPM_HOME"
|
||||
];
|
||||
}
|
||||
home.sessionPath = [ "$HOME/.local/bin" "$PNPM_HOME" ];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user