Created
October 30, 2020 11:43
-
-
Save colemickens/2de56c3ce838f1cbbfeca2c359db1807 to your computer and use it in GitHub Desktop.
This file contains 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 build -L ... 2>/tmp/log & | |
> tail -f /tmp/log | |
warning: Git tree '/home/cole/code/nixcfg' is dirty | |
cchat-gtk-cf4f8ce245e181500af04847cfbd86cc76bfb6b1> unpacking sources | |
cchat-gtk-cf4f8ce245e181500af04847cfbd86cc76bfb6b1> unpacking source archive /nix/store/jhm5b99vr48w8x1r4zb2h6ny70yx4jp9-source | |
cchat-gtk-cf4f8ce245e181500af04847cfbd86cc76bfb6b1> source root is source | |
cchat-gtk-cf4f8ce245e181500af04847cfbd86cc76bfb6b1> patching sources | |
cchat-gtk-cf4f8ce245e181500af04847cfbd86cc76bfb6b1> configuring | |
cchat-gtk-cf4f8ce245e181500af04847cfbd86cc76bfb6b1> building | |
cchat-gtk-cf4f8ce245e181500af04847cfbd86cc76bfb6b1> Building subPackage ./. | |
... etc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment