Skip to content

Commit

Permalink
linuxManualConfig: allow broken symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Jan 31, 2025
1 parent c6b74ed commit ead700a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/os-specific/linux/kernel/manual-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,10 @@ let
else "install"))
];

# We remove a bunch of stuff that is symlinked from other places to save space,
# which trips the broken symlink check. So, just skip it. We'll know if it explodes.
dontCheckForBrokenSymlinks = true;

postInstall = optionalString isModular ''
mkdir -p $dev
cp vmlinux $dev/
Expand Down

0 comments on commit ead700a

Please sign in to comment.