Tried to install a test package after setting it up with the channel
nixpkgs https://nixos.org/channels/nixpkgs-23.11-darwin and running this command to install the brave browser
sudo nix-env -iA nixpkgs.brave, and i got this error.
Code:
error:
… while evaluating a branch condition
at /nix/store/lzr8x40593rlbmn1isfr8hdskq9hhm2f-nixpkgs-23.11-darwin/nixpkgs/pkgs/stdenv/booter.nix:64:9:
63| go = pred: n:
64| if n == len
| ^
65| then rnul pred
… while calling the 'length' builtin
at /nix/store/lzr8x40593rlbmn1isfr8hdskq9hhm2f-nixpkgs-23.11-darwin/nixpkgs/pkgs/stdenv/booter.nix:62:13:
61| let
62| len = builtins.length list;
| ^
63| go = pred: n:
(stack trace truncated; use '--show-trace' to show the full trace)
error: Unknown kernel: freebsd
Is it the problem that i need to set up a Nix channel specific for the FreeBSD kernel (if it is please tell me)?
If it isn't what it is?