Enable unfree packages in nixpkgs config

This commit is contained in:
Rodrigo Arias 2025-10-07 12:32:04 +02:00
parent e8fc15d0e8
commit f78cdf8efa

View File

@ -19,6 +19,7 @@ let
pkgs = import nixpkgs {
inherit system;
overlays = [ self.overlays.default ];
config.allowUnfree = true;
};
in
{