summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
| * | | | | | | stdenv.mkDerivation: rename `meta.evaluates` -> `meta.available`Jan Malakhovski2018-02-18
| |/ / / / / /
* | | | | | | Merge pull request #27688 from rnhmjoj/routesMichael Raskin2018-02-19
|\ \ \ \ \ \ \
| * | | | | | | nixos/doc: document networking.interfaces module changesrnhmjoj2018-02-17
| * | | | | | | nixos/modules: rename IP addresses/routes optionsrnhmjoj2018-02-17
| * | | | | | | nixos/tests: rename IP addresses/routes optionsrnhmjoj2018-02-17
| * | | | | | | nixos/networking-interfaces: rename IP addresses/routes optionsrnhmjoj2018-02-17
| * | | | | | | nixos/tests: add test for static routesrnhmjoj2018-02-17
| * | | | | | | nixos/networking-interfaces: make static routes configurablernhmjoj2018-02-17
* | | | | | | | Merge pull request #35110 from oxij/pkgs/pretty-fetchurlMichael Raskin2018-02-19
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | fetchurl: cleanup, better errorsJan Malakhovski2018-02-18
| | |/ / / / / | |/| | | | |
* | | | | | | riscv: Use binutils 2.30 for linker fixes.Shea Levy2018-02-19
* | | | | | | binutils: Add 2.30.Shea Levy2018-02-19
* | | | | | | powertop: split man page into "man" outputProfpatsch2018-02-19
* | | | | | | Merge #35169: nixos/tests: fix ipv6 test failureVladimír Čunát2018-02-19
|\ \ \ \ \ \ \
| * | | | | | | nixos/tests: fix test failure due to preferTempAddress changesrnhmjoj2018-02-19
* | | | | | | | Merge pull request #35146 from dtzWill/update/radare2-2.3.0Gabriel Ebner2018-02-19
|\ \ \ \ \ \ \ \
| * | | | | | | | radare2: use capstone rev used by default, not release from 2015.Will Dietz2018-02-18
| * | | | | | | | radare2: 2.2.0 -> 2.3.0Will Dietz2018-02-18
* | | | | | | | | Merge pull request #35152 from dtzWill/update/leo-5.6Joachim F2018-02-19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | leo-editor: add local copy of pyqt56 since it was globally removedWill Dietz2018-02-18
| * | | | | | | | | Revert "Revert "Merge pull request #30031 from dtzWill/update/leo-5.6""Will Dietz2018-02-18
* | | | | | | | | | Merge pull request #35160 from yegortimoshenko/20180219.005905/clojure-1.9.0.329Yegor Timoshenko2018-02-19
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | clojure: 1.9.0.273 -> 1.9.0.329Yegor Timoshenko2018-02-19
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | less: 529 -> 530Tuomas Tynkkynen2018-02-19
* | | | | | | | | git: 2.16.1 -> 2.16.2Tuomas Tynkkynen2018-02-19
* | | | | | | | | qemu: Fix statfs flag.Shea Levy2018-02-18
|/ / / / / / / /
* | | | | | / / Fix typoShea Levy2018-02-18
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #33198 from dtzWill/feature/r2-cutter-1.1Joachim F2018-02-18
|\ \ \ \ \ \ \
| * | | | | | | radare2-cutter: init at 1.1Will Dietz2018-01-21
* | | | | | | | zeal: 0.5.0 -> 0.6.0Peter Hoeg2018-02-19
* | | | | | | | Merge branch 'kernel-gcc7-cross' of git://github.com/lopsided98/nixpkgsShea Levy2018-02-18
|\ \ \ \ \ \ \ \
| * | | | | | | | kernel: fix cross compilation with gcc 7Ben Wolsieffer2018-02-17
* | | | | | | | | riscv-pk: Init at 01.pre438_e5846a2.Shea Levy2018-02-18
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | clojure: 1.9.0.326 -> 1.9.0.273, refactor, closes #35136Yegor Timoshenko2018-02-18
* | | | | | | | Merge branch 'riscv-initial-cross-support' of git://github.com/shlevy/nixpkgsShea Levy2018-02-18
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Enable building riscv64 cross bootstrap toolsShea Levy2018-02-18
| * | | | | | | gnumake: Fix build against glibc 2.27.Shea Levy2018-02-18
| * | | | | | | nixUnstable: Disable seccomp support on RISC-V.Shea Levy2018-02-18
| * | | | | | | nixUnstable: 2.0pre5950_3a5a241b -> 2.0pre5951_690ac7c9.Shea Levy2018-02-18
| * | | | | | | busybox-sandbox-shell: Fix build on RISC-VShea Levy2018-02-18
| * | | | | | | boehmgc: Add patch for RISC-V support.Shea Levy2018-02-18
| * | | | | | | libatomic_ops: Add patch for RISC-V support.Shea Levy2018-02-18
| * | | | | | | pcre: Disable JIT on RISC-V.Shea Levy2018-02-18
| * | | | | | | Use glibc-2.27 for RISC-V support.Shea Levy2018-02-18
| * | | | | | | Use Linux 4.15 kernel headers for RISC-V support.Shea Levy2018-02-18
| * | | | | | | Use gcc 7 for RISC-V support.Shea Levy2018-02-18
| * | | | | | | Add riscv{32,64} crossSystems.Shea Levy2018-02-18
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #34893 from taku0/swift_4.0.3Joachim F2018-02-18
|\ \ \ \ \ \ \
| * | | | | | | swift: 3.1.1 -> 4.0.3taku02018-02-12
| * | | | | | | swift: fix buildtaku02018-02-12