Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | |
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 | |
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 | |
2014-11-20 | Fix bad operator | Eelco Dolstra | |
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 | |
2014-08-13 | Use $XDG_RUNTIME_DIR for temporary files | Eelco Dolstra | |
2012-12-20 | Give a better error message if writeFile fails due to permission issues | Eelco Dolstra | |
2012-10-17 | nix-push: Only generate and copy a NAR if it doesn't already exist | Eelco Dolstra | |
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 | |
2012-08-27 | Add missing file | Eelco Dolstra | |