this post was submitted on 14 Dec 2024
1 points (100.0% liked)

nixos

1418 readers
1 users here now

All about NixOS - https://nixos.org/

founded 4 years ago
1
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]
 

I have tried to allow unfree packages to install steam and discord but nothing worked here are some of the things I have tried; 1. { allowUnfree = true; allowUnfreePredicate = pkg: true; }

{ nixpkgs.config.allowUnfree = true; }

( config, pkgs, allow unfree=true)

Every time I tried to rebuild something would go wrong so I tried temporary stuff like NIXPKGS_ALLOW_UNFREE=1 nix-shell And --impure But nothing worked

What should I do???

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here