summary refs log tree commit diff
path: root/pkgs/development/tools/trellis/default.nix
Commit message (Collapse)AuthorAge
* trellis: move the directory to pkgs/development/embedded/fpga/Pooya Moradi2021-08-16
|
* trellis: 2021.01.02 -> 2021.07.06Austin Seipp2021-07-28
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* trellis: Don't fetch from fork repo while actually fetching master from the ↵Sandro Jäckel2021-01-26
| | | | original
* pkgs/development/tools: stdenv.lib -> libBen Siraphob2021-01-23
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* Merge pull request #108300 from siraben/parallel-cmakeJohn Ericson2021-01-03
|\ | | | | treewide: remove enableParallelBuilding = true if using cmake
| * treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
| |
* | trellis: 2020.11.25 -> 2021.01.02Austin Seipp2021-01-03
|/ | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* trellis: 2020.11.07 -> 2020.11.25Austin Seipp2020-12-02
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* trellis: 2020.07.27 -> 2020.11.07Austin Seipp2020-11-12
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* trellis: 2020.06.29 -> 2020.07.27Austin Seipp2020-08-23
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* trellis: 2020.06.12 -> 2020.06.29Austin Seipp2020-07-09
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* trellis: 2020.03.25 -> 2020.06.12Austin Seipp2020-06-20
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* trellis: 2020.02.04 -> 2020.03.25Austin Seipp2020-03-25
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* trellis: 2019.10.13 -> 2020.02.04Emily2020-02-08
| | | | | This also fixes the package to actually install the databases required for nextpnr, oops...
* trellis: 2019.09.27 -> 2019.10.13Emily2019-10-19
|
* trellis: 2019.09.01 -> 2019.09.27Emily2019-09-28
|
* trellis: 2019.08.09 -> 2019.09.01Emily2019-09-01
|
* trellis: extend platformsEmily2019-08-23
|
* trellis: 2019.04.22 -> 2019.08.09Emily2019-08-14
|
* trellis: 2019.04.02 -> 2019.04.22Austin Seipp2019-04-22
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* trellis: 2019.02.21 -> 2019.04.02Ben Wolsieffer2019-04-14
|
* trellis: 2018.12.20 -> 2019.02.21Austin Seipp2019-02-23
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* trellis: 2018.08.01 -> 2018.12.20, update, cleanupAustin Seipp2019-01-08
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* trellis: init 2018.08.01 (#44328)Serge Bazanski2018-08-02
* trellis: init 2018.08.01 * trellis: move boost to buildInputs * trellis: remove leftover debug clause