Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save adrianparvino/09ccd823a65dc39dda864cd01737e5cc to your computer and use it in GitHub Desktop.
Save adrianparvino/09ccd823a65dc39dda864cd01737e5cc to your computer and use it in GitHub Desktop.
nix-repl> a = builtins.readFile "${runCommandNoCC "a" {} "echo a > $out"}"
nix-repl> a
[1 built (1 failed), 0.0 MiB DL] querying info about missing paths"a\n"
nix-repl> a
"a\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment