1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

* New primop `readFile' to get the contents of a file as a string.

This commit is contained in:
Eelco Dolstra 2007-11-21 13:49:59 +00:00
parent c370755583
commit 06f95dd07c
4 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1 @@
Str("builtins.readFile ./eval-okay-readfile.nix\n",[])

View file

@ -0,0 +1 @@
builtins.readFile ./eval-okay-readfile.nix