mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Rip out Matlab
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
0c1ea5f96f
commit
e8a2007a29
|
@ -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 =
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
|
|
|
@ -48,9 +48,6 @@ in
|
|||
".local/share/direnv"
|
||||
"repos"
|
||||
".config/SchildiChat"
|
||||
".config/matlab"
|
||||
".matlab"
|
||||
"MATLAB"
|
||||
".stack"
|
||||
".cache/nix"
|
||||
".cache/fontconfig"
|
||||
|
|
|
@ -19,9 +19,5 @@
|
|||
++
|
||||
(with inputs'.nixng.overlays; [
|
||||
default
|
||||
])
|
||||
++
|
||||
[
|
||||
inputs'.nix-matlab.overlay
|
||||
];
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue