drop no-bootloader overlay for nixpkgs-unstable

This commit is contained in:
Jörg Thalheim 2024-06-10 06:25:24 +02:00 committed by mergify[bot]
parent c94035e379
commit 75d8ee3810

View file

@ -1,8 +1,7 @@
{
# HACK: Drop this once, we have https://github.com/NixOS/nixpkgs/pull/312863 merged
# Both syslinux and grub also reference perl
nixpkgs.overlays = [
{ lib, ... }: {
# HACK: Drop this, once we have 24.11 everywhere
nixpkgs.overlays = lib.optionals (lib.versionOlder lib.version "24.11pre") [
# Both syslinux and grub also reference perl
(final: prev: {
# we don't need grub: save ~ 60MB
grub2 = prev.coreutils;