<{^_^}>
LnL7/nix-darwin#169 (by tricktron, 18 weeks ago, open): fonts: Adds support if Nix is on another filesystem.
<{^_^}>
LnL7/nix-darwin#183 (by kalbasit, 5 weeks ago, open): fonts: copy instead of hardlink for Catalina support
<LnL>
teehemkay: yeah, I should really look at those
<teehemkay>
:thumb_up:
<teehemkay>
noticed that the `fish` default config doesn't set `environment.loginShell` nor `environment.variables.SHELL` like the `bash` and `zsh` ones do. Any reason why not? Otherwise, I'll create a PR for that.
veske has joined #nix-darwin
veske has quit [Quit: This computer has gone to sleep]
<thefloweringash>
If we're making changes here, I think we should try to remove the `environment.variables.SHELL` assignments. If I enable zsh, that doesn't necessairly mean I want to use it. If I'm in a bash session, I'd be very surprised to find `SHELL=zsh`. Also bash documentation indicates that bash will set SHELL to something appropriate: https://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html#index-SHELL
veske has joined #nix-darwin
veske has quit [Quit: This computer has gone to sleep]
butterthebuddha has joined #nix-darwin
philr has quit [Ping timeout: 255 seconds]
johnw has joined #nix-darwin
butterthebuddha has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<johnw>
LnL: nixpkgs.config.permittedInsecurePackages isn't being propagated from my nix-darwin config
<LnL>
I also used that recently so I think the problem is somewhere else
<johnw>
interesting, ok
<LnL>
did you run into openssl_1_0_2 with network_cmds or something else?