Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | 1 | -3/+3 | |
Relevant RFC: NixOS/rfcs#4 $ ag -l | xargs sed -i -e "/\"/s/’/'/g;/\"/s/‘/'/g" | |||||
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | 1 | -3/+3 | |
This reverts commit f78126bfd6b6c8477fcdbc09b2f98772dbe9a1e7. There really is no need for such a massive change... | |||||
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | 1 | -3/+3 | |
2014-11-20 | Fix bad operator | Eelco Dolstra | 1 | -1/+1 | |
Spotted by Perl 5.20: Possible precedence issue with control flow operator at /usr/lib/perl5/site_perl/5.20.1/x86_64-linux-gnu-thread-multi/Nix/Utils.pm line 46. | |||||
2014-08-20 | Use proper quotes everywhere | Eelco Dolstra | 1 | -2/+3 | |
2014-08-13 | Use $XDG_RUNTIME_DIR for temporary files | Eelco Dolstra | 1 | -1/+9 | |
2012-12-20 | Give a better error message if writeFile fails due to permission issues | Eelco Dolstra | 1 | -2/+2 | |
2012-10-17 | nix-push: Only generate and copy a NAR if it doesn't already exist | Eelco Dolstra | 1 | -0/+19 | |
This prevents unnecessary and slow rebuilds of NARs that already exist in the binary cache. | |||||
2012-08-27 | Drop dependency on List::MoreUtils | Eelco Dolstra | 1 | -0/+11 | |
2012-08-27 | Add missing file | Eelco Dolstra | 1 | -0/+8 | |