Created
October 4, 2018 08:41
-
-
Save adrianparvino/09ccd823a65dc39dda864cd01737e5cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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