Remove unneeded targetPkgs from devShell buildInputs

This commit is contained in:
Doron Behar 2023-07-25 10:08:31 +03:00
parent 510287b696
commit 1380ddc8ac

View file

@ -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