Michael Hoang

Results 125 comments of Michael Hoang
trafficstars

I don't think I've run into this issue locally, so if someone could link to their dotfiles or an example that reproduces the issue, that would be quite helpful :+1:

@malob any thoughts on this issue? I'm not too familiar as I don't personally use brew

Another example: ```nix rec { first."hello.there" = 123; second = { inherit (first) "hello.there"; }; } ``` ``` default.nix:3:30: | 3 | second = { inherit (first) "hello.there"; }; |...

I'm closing this issue, please comment if you're still having issues

Yeah that should work, feel free to comment if it doesn’t work

I don't have the time to investigate and fix this now, I'll just leave some notes here for anyone who wants to test it out and make a PR I...

I think the only way that code doesn’t run is if your user’s uid doesn’t match the one set in nix-darwin (I think the default is 501), if that’s the...

Can you test if the `dscl` command can change your shell to `zsh` or `bash`? You might need to restart before the change is reflected