parent
5041288232
commit
903a9dbb1b
2 changed files with 7 additions and 1 deletions
nixos/boxes/cushy
|
@ -1,3 +1,6 @@
|
|||
install berw first
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
|
||||
https://discourse.nixos.org/t/ssl-ca-cert-error-on-macos/31171/6
|
||||
|
||||
`nix run nix-darwin -- switch --flake '.#cushy'`
|
||||
|
|
|
@ -61,8 +61,11 @@
|
|||
imports = [
|
||||
];
|
||||
|
||||
home.sessionPath = ["$HOME/bin" "/Users/Cyryl.Plotnicki/Library/Application Support/JetBrains/Toolbox/scripts"];
|
||||
home.sessionPath = ["$HOME/bin" "/opt/homebrew/bin" "/Users/Cyryl.Plotnicki/Library/Application Support/JetBrains/Toolbox/scripts"];
|
||||
home.packages = with pkgs; [];
|
||||
programs.zsh.loginExtra = ''
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
'';
|
||||
programs.zsh.localVariables = {
|
||||
"SSL_CERT_FILE" = "/etc/nix/ca_cert.pem";
|
||||
"NIX_SSL_CERT_FILE" = "/etc/nix/ca_cert.pem";
|
||||
|
|
Loading…
Add table
Reference in a new issue