mirror of
https://git.adityakumar.xyz/nix-matlab.git
synced 2024-11-09 16:19:45 +00:00
Remove unneeded targetPkgs from devShell buildInputs
This commit is contained in:
parent
510287b696
commit
1380ddc8ac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue