drop no-bootloader overlay for nixpkgs-unstable
This commit is contained in:
parent
c94035e379
commit
75d8ee3810
1 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue