Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-15 | Get rid of explicit ErrorInfo constructors | Eelco Dolstra | |
2020-05-13 | consistent capitalization | Ben Burdette | |
2020-05-01 | convert some errors | Ben Burdette | |
2020-04-21 | remove 'format' from Error constructor calls | Ben Burdette | |
2020-03-24 | Misc changes from the flakes branch | Eelco Dolstra | |
2020-03-24 | buildenv: Eliminate global variables, other cleanup | Eelco Dolstra | |
(cherry picked from commit b82f75464d1e5ae9a00d8004e5dd7b1ca05059e4) | |||
2019-10-09 | OCD performance fix: {find,count}+insert => insert | Eelco Dolstra | |
2018-04-05 | <nix/buildenv.nix>: Ignore dangling symlinks | Eelco Dolstra | |
Fixes error: getting status of '/nix/store/j8p0vv89k1pf0cn7kmfsdcs7bshwga1i-firefox-52.7.2esr/share/icons/hicolor/48x48/apps/firefox.png': No such file or directory https://github.com/NixOS/nix/issues/1934 Also improve error message on directory/non-directory collisions. | |||
2018-04-05 | <nix/buildenv.nix>: Skip non-directory top-level paths | Eelco Dolstra | |
Fixes https://github.com/NixOS/nix/issues/1934 (at least the "error: opening directory '/nix/store/...-linux-config-4.4.14': Not a directory" issue). | |||
2018-03-20 | Make <nix/buildenv.nix> a builtin builder | Eelco Dolstra | |
This avoids sandbox annoyances. |