1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:48:11 +00:00

Toolchain: Add grub2 and parted to serenity.nix

This allows building the GRUB disk image from within the nix shell.
This commit is contained in:
Linus Groh 2023-03-16 18:47:06 +00:00
parent bb98ae08b8
commit 1657a46ee7

View file

@ -29,6 +29,9 @@ stdenv.mkDerivation {
qemu
e2fsprogs
fuse2fs
# To build the GRUB disk image
grub2
parted
];
hardeningDisable = [ "format" "fortify" ];