summaryrefslogtreecommitdiff
path: root/Toolchain
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2023-03-16 18:47:06 +0000
committerLinus Groh <mail@linusgroh.de>2023-03-16 18:47:06 +0000
commit1657a46ee70a1e8e4169d434cc370af95f64af65 (patch)
tree85acb0bbba79613ba1533ca2d0d80422cb5f31ff /Toolchain
parentbb98ae08b85659731cc8f5b0ecd3cce20202cb8d (diff)
downloadserenity-1657a46ee70a1e8e4169d434cc370af95f64af65.zip
Toolchain: Add grub2 and parted to serenity.nix
This allows building the GRUB disk image from within the nix shell.
Diffstat (limited to 'Toolchain')
-rw-r--r--Toolchain/serenity.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/Toolchain/serenity.nix b/Toolchain/serenity.nix
index ed3011ad4a..1c515cbe87 100644
--- a/Toolchain/serenity.nix
+++ b/Toolchain/serenity.nix
@@ -29,6 +29,9 @@ stdenv.mkDerivation {
qemu
e2fsprogs
fuse2fs
+ # To build the GRUB disk image
+ grub2
+ parted
];
hardeningDisable = [ "format" "fortify" ];