diff options
author | Justin Bedo <cu@cua0.org> | 2019-04-30 13:05:17 +1000 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-04-30 13:05:17 +1000 |
commit | d517a934f570427e46be8d83aa2ae4b045b069e8 (patch) | |
tree | f419839a9405b0e252f0e7753623fe2c52c5d447 /examples/ex-tnpair/tnpair | |
parent | 5d03ab8afa1803ddabc7616a48fff9889e3a0c51 (diff) |
Add examples and example README
Diffstat (limited to 'examples/ex-tnpair/tnpair')
-rwxr-xr-x | examples/ex-tnpair/tnpair | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex-tnpair/tnpair b/examples/ex-tnpair/tnpair index 5b84d5c..d90374b 100755 --- a/examples/ex-tnpair/tnpair +++ b/examples/ex-tnpair/tnpair @@ -55,4 +55,4 @@ import ./tnpair.nix { } EOF -nix build --keep-going "(import ./tnpair-$$)" +nix build --keep-going "(import ./tnpair-$$)" --no-sandbox |