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