build-profile: also accept nvidia license
There seems to be recursive dependencies between adding video drivers and checking if the unfree flag is set.
This commit is contained in:
parent
b0f82bcf52
commit
77d8ac78a6
|
@ -14,6 +14,7 @@ let
|
|||
nixpkgs.config = {
|
||||
allowBroken = true;
|
||||
allowUnfree = true;
|
||||
nvidia.acceptLicense = true;
|
||||
};
|
||||
};
|
||||
in (import <nixpkgs/nixos> {
|
||||
|
|
Loading…
Reference in a new issue