this post was submitted on 14 Dec 2024
4 points (100.0% liked)
nixos
1289 readers
2 users here now
All about NixOS - https://nixos.org/
founded 4 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
my configuration.nix has this line:
nixpkgs.config.allowUnfree = true;
If you're using an additional nixpkgs, (I have both 24.11 and unstable) there's another syntax for that, depending on whether you use flakes. Anyway the above should work, flakes or not.
If not, post the error you're getting.
The error I'm getting is " syntax error, unexpected '=', expecting end of file
Probably you're putting the code in the wrong place.
Maybe try searching GitHub for example code, lots of people put their configs on there. Or if you post your whole config file someone can probably help
TYSM IT WORKED