From 77d8ac78a61d499b9675268bf55481a8c48f0579 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 b28d952..96392a8 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 {