You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just did a complete reinstall and wanted to start following the apple-silicon-support channel instead of using the local files. I'm unsure whether or not this issue belongs here.
Install with ISO
Add small changes to /etc/nixos/configuration.nix
nixos-rebuild switch
Attempt to add channel:
[root@nixos:~]# nix-channel --list
nixos https://nixos.org/channels/nixos-unstable
[root@nixos:~]# nix-channel --add https://github.com/tpwrules/nixos-apple-silicon/archive/main.tar.gz apple-silicon-support
[root@nixos:~]# nix-channel --list
apple-silicon-support https://github.com/tpwrules/nixos-apple-silicon/archive/main.tar.gz
nixos https://nixos.org/channels/nixos-unstable
[root@nixos:~]# nix-channel --update apple-silicon-support
this derivation will be built:
/nix/store/0mx0cpzrn9qr4z73l1b9m4zg119inkc8-apple-silicon-support.drv
building '/nix/store/0mx0cpzrn9qr4z73l1b9m4zg119inkc8-apple-silicon-support.drv'...
error: '/nix/var/nix/profiles/per-user/root/channels/nixos' is not a symlink
How should i resolve this? From what I understand I can not run a nix-channel --update, the solution I'm finding online, because of #248 and systemd.
Best regards
The text was updated successfully, but these errors were encountered:
I just did a complete reinstall and wanted to start following the
apple-silicon-support
channel instead of using the local files. I'm unsure whether or not this issue belongs here./etc/nixos/configuration.nix
nixos-rebuild switch
How should i resolve this? From what I understand I can not run a
nix-channel --update
, the solution I'm finding online, because of #248 and systemd.Best regards
The text was updated successfully, but these errors were encountered: