From 0f8cc78cf5e75f06ac27f92d4ce7c08b67c158c0 Mon Sep 17 00:00:00 2001
From: Andrea Bedini <andrea@andreabedini.com>
Date: Thu, 17 Nov 2022 12:38:38 +0800
Subject: [PATCH] Update nix-local-build.rst

Fixes #8423

(cherry picked from commit 54f237993f8ae933904ff394326ee0e4516c560f)
---
 doc/nix-local-build.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/nix-local-build.rst b/doc/nix-local-build.rst
index 19cca22c9f..af02bf2ac9 100644
--- a/doc/nix-local-build.rst
+++ b/doc/nix-local-build.rst
@@ -125,7 +125,7 @@ versions of packages that the this snapshot specifies:
 ::
 
     packages: .
-    import https://www.stackage.org/lts-19.2/cabal.config
+    import: https://www.stackage.org/lts-19.2/cabal.config
 
 Please note that project files do not get bundled in Cabal package tarballs,
 made using e.g. ``cabal sdist``. Project files are intended for use in local
-- 
GitLab