Toolchain: Fix nix-shell; fuse2fs is now part of e2fsprogs derivation

This commit is contained in:
grxnola 2022-10-20 21:48:05 +01:00 committed by Linus Groh
parent 3b2e5b08d9
commit 2c64f7f900

View file

@ -26,8 +26,6 @@ stdenv.mkDerivation {
xlibsWrapper
qemu
e2fsprogs
fuse2fs
# glibc
];
hardeningDisable = [ "format" "fortify" ];