Merge pull request 'Remove empty source block' (#5) from Adda/nix-book:remove-empty-source-block into pages

Reviewed-on: https://codeberg.org/mhwombat/nix-book/pulls/5
This commit is contained in:
mhwombat 2024-04-22 11:21:04 +00:00
commit f6b79c520e

View file

@ -116,8 +116,3 @@ Read the contents of a file into a string.
nix-repl> builtins.readFile ./.envrc
"use nix\n"
....
[source]
....
....