From e9dd55461864c965a6e031b00266a8ee2f12ba73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Chocholat=C3=BD?= Date: Sun, 21 Apr 2024 20:51:38 +0000 Subject: [PATCH] Remove empty source block --- source/nix-language/paths.adoc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/nix-language/paths.adoc b/source/nix-language/paths.adoc index e0e352a..0c88857 100644 --- a/source/nix-language/paths.adoc +++ b/source/nix-language/paths.adoc @@ -116,8 +116,3 @@ Read the contents of a file into a string. nix-repl> builtins.readFile ./.envrc "use nix\n" .... - - -[source] -.... -....