From a88439f7166b120913d7ae73d9066283d020686a Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Fri, 10 Dec 2021 09:34:23 +0200 Subject: [PATCH] Fix syntax error in NixOS no flakes setup, fix #1 --- README.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 46041ff..123172c 100644 --- a/README.adoc +++ b/README.adoc @@ -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 (