Add matlab...

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-09-16 16:42:21 +02:00
parent 61bab3a8bf
commit 6a36890077
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
3 changed files with 12 additions and 2 deletions

View file

@ -26,6 +26,9 @@
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;
@ -187,7 +190,8 @@
terrafrom-provider-vault
tree-sitter-grammars
udp-over-tcp
itp;
itp
matlab;
};
devShells.default = pkgs.mkShell {

View file

@ -116,6 +116,8 @@ in
emacs-rofi
libnotify
playerctl
matlab
];

View file

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