nix: flatpak stuff should go into linux section

pull/79/head
Mitchell Hashimoto 2023-02-26 08:45:24 -08:00
parent 5b9bc9abdb
commit e227f4d5ef
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 4 additions and 2 deletions

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
];