Nix string builtins
Nix strings
Nix antiquotation
Nix sets
inherit keyword
Hello, Nix!
Building Nix derivations
Components of a Nix derivation
fixed-output derivations
Uncommon Nix derivation attributes
Nix builder script
Nix generic builder
Nix
Function arguments in Nix
Nix derivations
callPackage
or keyword
Nix operators
Nix values
Nix lists
Nix builtins
Nix boolean builtins
Nix numeric builtins
Nix functions
Nix file types
filterSource
Nix path function
Nix path builtins
Nix list builtins
Nix set builtins
nixpkgs
2020-10-19
Backlinks
Nix string builtins
ᛦ
toFile name s
- write
s
to a file in the
Nix store
ᛦ
with suffix
name
and return its path;
CAVEAT:
The result of a derivation cannot be antiquoted in such a string, though
writeTextFile
in
nixpkgs
ᛦ
can
root