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:
Jörg Thalheim 2023-09-18 11:10:13 +02:00 committed by mergify[bot]
parent b0f82bcf52
commit 77d8ac78a6
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ let
nixpkgs.config = {
allowBroken = true;
allowUnfree = true;
nvidia.acceptLicense = true;
};
};
in (import <nixpkgs/nixos> {