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.url = "github:blitz/tuxedo-nixos";
|
||||||
tuxedo-nixos.inputs.nixpkgs.follows = "nixpkgs";
|
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.url = "sourcehut:~magic_rb/emacs";
|
||||||
emacs.flake = false;
|
emacs.flake = false;
|
||||||
|
|
||||||
|
@ -201,7 +198,7 @@
|
||||||
udp-over-tcp
|
udp-over-tcp
|
||||||
itp
|
itp
|
||||||
ds3os
|
ds3os
|
||||||
matlab;
|
rolling_datasets;
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.default =
|
devShells.default =
|
||||||
|
|
|
@ -109,20 +109,6 @@ in
|
||||||
emacs-rofi
|
emacs-rofi
|
||||||
libnotify
|
libnotify
|
||||||
playerctl
|
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"
|
".local/share/direnv"
|
||||||
"repos"
|
"repos"
|
||||||
".config/SchildiChat"
|
".config/SchildiChat"
|
||||||
".config/matlab"
|
|
||||||
".matlab"
|
|
||||||
"MATLAB"
|
|
||||||
".stack"
|
".stack"
|
||||||
".cache/nix"
|
".cache/nix"
|
||||||
".cache/fontconfig"
|
".cache/fontconfig"
|
||||||
|
|
|
@ -19,9 +19,5 @@
|
||||||
++
|
++
|
||||||
(with inputs'.nixng.overlays; [
|
(with inputs'.nixng.overlays; [
|
||||||
default
|
default
|
||||||
])
|
]);
|
||||||
++
|
|
||||||
[
|
|
||||||
inputs'.nix-matlab.overlay
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue