mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Remove trace message to prevent spamming nix-env users
This commit is contained in:
parent
d59778678a
commit
0b499fb963
@ -6816,7 +6816,7 @@ let
|
||||
linuxPackages = linuxPackages_3_10;
|
||||
|
||||
# A function to build a manually-configured kernel
|
||||
linuxManualConfig = builtins.trace "linuxManualConfig is now called buildLinux" pkgs.buildLinux;
|
||||
linuxManualConfig = pkgs.buildLinux;
|
||||
buildLinux = import ../os-specific/linux/kernel/manual-config.nix {
|
||||
inherit (pkgs) stdenv runCommand nettools bc perl kmod writeTextFile ubootChooser;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user