From 1380ddc8ac5ef84566d8683c97533f990c24b139 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Tue, 25 Jul 2023 10:08:31 +0300 Subject: [PATCH] Remove unneeded targetPkgs from devShell buildInputs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c196657..200983d 100644 --- a/flake.nix +++ b/flake.nix @@ -225,7 +225,7 @@ }; inherit shellHooksCommon; devShell.x86_64-linux = pkgs.mkShell { - buildInputs = (targetPkgs pkgs) ++ [ + buildInputs = [ self.packages.x86_64-linux.matlab-shell ]; # From some reason using the attribute matlab-shell directly as the