mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +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:
@@ -29,6 +29,9 @@ stdenv.mkDerivation {
|
|||||||
qemu
|
qemu
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
fuse2fs
|
fuse2fs
|
||||||
|
# To build the GRUB disk image
|
||||||
|
grub2
|
||||||
|
parted
|
||||||
];
|
];
|
||||||
|
|
||||||
hardeningDisable = [ "format" "fortify" ];
|
hardeningDisable = [ "format" "fortify" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user