Release notes: Fix syntax in code sample
This commit is contained in:
parent
730a394e75
commit
8210d86041
@ -315,7 +315,7 @@ following incompatible changes:</para>
|
||||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
in
|
||||
import pkgs.path { overlays = [(self: super: ...)] }
|
||||
import pkgs.path { overlays = [(self: super: ...)]; }
|
||||
</programlisting>
|
||||
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user