From bf204327ed2435251e99520a42854c42b03434ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=C3=A4ssler?= Date: Sat, 10 Oct 2020 17:18:04 +0200 Subject: . --- pkgs/coreboot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/coreboot/default.nix b/pkgs/coreboot/default.nix index 9e224c71a727..e4f932d1f81e 100644 --- a/pkgs/coreboot/default.nix +++ b/pkgs/coreboot/default.nix @@ -44,7 +44,7 @@ let ''; }; - filteredConfig = lib.filterAttrs (n: v: v != null) corebootConfig; + filteredConfig = lib.filterAttrs (n: v: v != null) (builtins.trace corebootConfig corebootConfig); lines = lib.mapAttrsToList (name: value: "${name}=${value}") filteredConfig; configFile = writeText "config" (lib.concatStringsSep "\n" lines); in stdenv.mkDerivation rec { -- cgit v1.2.3