Hi,
First of all, I’m pretty new to nix and nix-darwin so sorry if my question would be obvious.
As far as I understand looking at PRs and reading some issues, nix-darwin is now handling the Applications directory differently, creating its own dir (Nix Apps) inside it, instead of symlinking the entire directory to the store.
On my setup this isn’t happening and Applications is still a symlink so I’m trying to understand if I’m doing something wrong or I’m missing something
My directory:
ls -lah Applications
lrwxr-xr-x 1 root staff 76B Nov 9 00:23 Applications -> /nix/store/m8jman7mvpdikjrls5jsn4wgk5zy7xrz-system-applications/Applications
Channels:
nix-channel --list ~
darwin https://github.com/LnL7/nix-darwin/archive/master.tar.gz
home-manager https://github.com/nix-community/home-manager/archive/master.tar.gz
I already did nix-channel --update
so I don’t understand what is going on.