summaryrefslogtreecommitdiff
path: root/Toolchain
diff options
context:
space:
mode:
authorgrxnola <dch@hashbang.sh>2022-10-20 21:48:05 +0100
committerLinus Groh <mail@linusgroh.de>2022-10-20 22:51:11 +0200
commit2c64f7f900ff4fd3e857f6f159140b83fd0319b4 (patch)
tree815be802d5ab12e31913d7d2aeb680f363fcb975 /Toolchain
parent3b2e5b08d9d6ba24f9af98a99e5019d384c75a97 (diff)
downloadserenity-2c64f7f900ff4fd3e857f6f159140b83fd0319b4.zip
Toolchain: Fix nix-shell; fuse2fs is now part of e2fsprogs derivation
Diffstat (limited to 'Toolchain')
-rw-r--r--Toolchain/serenity.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/Toolchain/serenity.nix b/Toolchain/serenity.nix
index 900e3280c2..c635d40b5b 100644
--- a/Toolchain/serenity.nix
+++ b/Toolchain/serenity.nix
@@ -26,8 +26,6 @@ stdenv.mkDerivation {
xlibsWrapper
qemu
e2fsprogs
- fuse2fs
- # glibc
];
hardeningDisable = [ "format" "fortify" ];