Commit Graph

16 Commits

Author SHA1 Message Date
Gaetan Lepage
7ceac112f8 presenterm: 0.8.0 -> 0.9.0
Diff: https://github.com/mfontanini/presenterm/compare/refs/tags/v0.8.0...v0.9.0

Changelog: https://github.com/mfontanini/presenterm/releases/tag/v0.9.0
2024-10-06 23:49:54 +02:00
Gaetan Lepage
ed650ac46c presenter: format 2024-10-06 23:49:54 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Gaetan Lepage
67cb415b86 presenterm: 0.7.0 -> 0.8.0
Diff: https://github.com/mfontanini/presenterm/compare/refs/tags/v0.7.0...v0.8.0

Changelog: https://github.com/mfontanini/presenterm/releases/tag/v0.8.0
2024-07-31 08:25:25 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Gaetan Lepage
b34af2d675 presenterm: 0.6.1 -> 0.7.0
Diff: https://github.com/mfontanini/presenterm/compare/refs/tags/v0.6.1...v0.7.0

Changelog: https://github.com/mfontanini/presenterm/releases/tag/v0.7.0
2024-03-03 12:53:09 +01:00
Gaetan Lepage
84f5833a9d presenterm: 0.6.0 -> 0.6.1
Diff: https://github.com/mfontanini/presenterm/compare/refs/tags/v0.6.0...v0.6.1

Changelog: https://github.com/mfontanini/presenterm/releases/tag/v0.6.1
2024-02-11 21:21:12 +01:00
Gaetan Lepage
ae0ac99c2b presenterm: 0.5.0 -> 0.6.0
Diff: https://github.com/mfontanini/presenterm/compare/refs/tags/v0.5.0...v0.6.0

Changelog: https://github.com/mfontanini/presenterm/releases/tag/v0.6.0
2024-02-09 22:15:28 +01:00
Matt Polzin
e89f61f917 presenterm: disable sixel for darwin to unbreak package. 2024-02-01 15:04:37 -08:00
Gaetan Lepage
b2b16180e2 presenterm: 0.4.1 -> 0.5.0
Diff: https://github.com/mfontanini/presenterm/compare/refs/tags/v0.4.1...v0.5.0

Changelog: https://github.com/mfontanini/presenterm/releases/tag/v0.5.0
2024-01-28 23:22:43 +01:00
Gaetan Lepage
8bbabdf374 presenterm: 0.4.0 -> 0.4.1
Diff: https://github.com/mfontanini/presenterm/compare/refs/tags/v0.4.0...v0.4.1

Changelog: https://github.com/mfontanini/presenterm/releases/tag/v0.4.1
2023-12-22 16:44:17 +01:00
Gaetan Lepage
0669378803 presenterm: 0.3.0 -> 0.4.0
Diff: https://github.com/mfontanini/presenterm/compare/refs/tags/v0.3.0...v0.4.0
2023-12-16 16:22:26 +01:00
Gaetan Lepage
eab201d80d presenterm: enable image support 2023-12-06 15:33:54 +01:00
Mikael Fangel
8de1ab61a6
presenterm: 0.2.1 -> 0.3.0 2023-11-24 20:07:26 +01:00
Mikael Fangel
16954e2097
presenterm: 0.2.0 -> 0.2.1 2023-10-20 22:06:34 +02:00
Mikael Fangel
3d06297aca
presenterm: init at 0.2.0
Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
2023-10-18 23:28:18 +02:00