mirror of
https://git.adityakumar.xyz/nix-matlab.git
synced 2024-11-08 23:59:45 +00:00
Fix syntax error in NixOS no flakes setup, fix #1
This commit is contained in:
parent
24cb2fce83
commit
a88439f716
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
= Matlab for Nix users
|
||||
:source-highlighter: rouge
|
||||
|
||||
This repo is a collection of files that should help Nix and NixOS users install Matlab imperatively.
|
||||
|
||||
|
@ -106,7 +107,7 @@ Add to your `configration.nix` (untested, but should work):
|
|||
[source,nix]
|
||||
----
|
||||
nixpkgs.overlays = let
|
||||
nix-matlab = import (builtins.fetchTarball "https://gitlab.com/doronbehar/nix-matlab/-/archive/master/nix-matlab-master.tar.gz") { };
|
||||
nix-matlab = import (builtins.fetchTarball "https://gitlab.com/doronbehar/nix-matlab/-/archive/master/nix-matlab-master.tar.gz");
|
||||
in [
|
||||
nix-matlab.overlay
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue