Rip out Matlab

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2023-11-03 20:23:05 +01:00
parent 0c1ea5f96f
commit e8a2007a29
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
4 changed files with 2 additions and 26 deletions

View file

@ -32,9 +32,6 @@
tuxedo-nixos.url = "github:blitz/tuxedo-nixos";
tuxedo-nixos.inputs.nixpkgs.follows = "nixpkgs";
nix-matlab.url = "gitlab:doronbehar/nix-matlab";
nix-matlab.inputs.nixpkgs.follows = "nixpkgs";
emacs.url = "sourcehut:~magic_rb/emacs";
emacs.flake = false;
@ -201,7 +198,7 @@
udp-over-tcp
itp
ds3os
matlab;
rolling_datasets;
};
devShells.default =

View file

@ -109,20 +109,6 @@ in
emacs-rofi
libnotify
playerctl
(pkgs.buildFHSUserEnv {
name = "matlab";
targetPkgs = ps: (inputs'.nix-matlab.targetPkgs ps ++ [
pkgs.freetype
]);
runScript = pkgs.writeScript "matlab" (inputs'.nix-matlab.shellHooksCommon + ''
export _JAVA_AWT_WM_NONREPARENTING=1
exec $MATLAB_INSTALL_DIR/bin/matlab "$@"
'');
meta = {
description = "MATLAB with freetype included in FHS environment";
};
})
];

View file

@ -48,9 +48,6 @@ in
".local/share/direnv"
"repos"
".config/SchildiChat"
".config/matlab"
".matlab"
"MATLAB"
".stack"
".cache/nix"
".cache/fontconfig"

View file

@ -19,9 +19,5 @@
++
(with inputs'.nixng.overlays; [
default
])
++
[
inputs'.nix-matlab.overlay
];
]);
}