From 41508741f571f1c2b8aff8c630ee474d861643a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 18 Sep 2023 11:10:13 +0200 Subject: [PATCH] build-profile: also accept nvidia license There seems to be recursive dependencies between adding video drivers and checking if the unfree flag is set. --- tests/build-profile.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/build-profile.nix b/tests/build-profile.nix index b28d95217..96392a8d6 100644 --- a/tests/build-profile.nix +++ b/tests/build-profile.nix @@ -14,6 +14,7 @@ let nixpkgs.config = { allowBroken = true; allowUnfree = true; + nvidia.acceptLicense = true; }; }; in (import {