From e227f4d5efcaeb8d8ef1ecf42ef01e3ddfdcc339 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 26 Feb 2023 08:45:24 -0800 Subject: [PATCH] nix: flatpak stuff should go into linux section --- nix/devshell.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nix/devshell.nix b/nix/devshell.nix index 5b5db251f..abea909d6 100644 --- a/nix/devshell.nix +++ b/nix/devshell.nix @@ -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 ];