5 lines
216 B
Nix
5 lines
216 B
Nix
#For directories the same thing happens:
|
|
#The entire directory (including nested files and directories) is copied to the Nix store
|
|
#,and the evaluated string becomes the Nix store path of the directory.
|
|
"${./data}"
|