Remove tracing output from intel packages
This commit is contained in:
parent
552ebdbede
commit
ce7238c780
@ -71,7 +71,9 @@ let
|
||||
matches = lib.filter (x: name == x.Package) pkgList;
|
||||
#match = assert lib.length matches == 1; lib.elemAt matches 0;
|
||||
n = lib.length matches;
|
||||
match = builtins.trace (name + " -- n=${builtins.toString n}") (lib.elemAt matches 0);
|
||||
match =
|
||||
#builtins.trace (name + " -- n=${builtins.toString n}")
|
||||
(lib.elemAt matches 0);
|
||||
in
|
||||
apthost + match.Filename;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user