nix: flatpak stuff should go into linux section

This commit is contained in:
Mitchell Hashimoto
2023-02-26 08:45:24 -08:00
parent 5b9bc9abdb
commit e227f4d5ef

View File

@ -67,8 +67,6 @@ in mkShell rec {
nativeBuildInputs = [
# For builds
debugedit
flatpak-builder
fpm
llvmPackages_latest.llvm
pkg-config
@ -90,6 +88,10 @@ in mkShell rec {
wabt
wasmtime
] ++ lib.optionals stdenv.isLinux [
# Flatpak builds
debugedit
flatpak-builder
valgrind
wraptest
];