Some Nix commands (e.g. nix derivation show
) will output the derivation as JSON but the .drv
files are actually using ATerm language, see also Why was ATerms chosen for the format of store derivations instead of ASN.1? and the other linked thread there.
4 Likes