Commit Graph

6 Commits

Author SHA1 Message Date
Julius Michaelis
87e574e110 treewide: rewrite some uses of hostPlatform == buildPlatform to canExecute
This rewrites uses of

stdenv.hostPlatform == stdenv.buildPlatform

to

stdenv.buildPlatform.canExecute stdenv.hostPlatform

when guarding postInstall scripts that use $out/bin/… to generate shell completions
2024-08-04 10:50:48 +09:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
R. Ryantm
1f051810d7 comodoro: 0.0.9 -> 0.0.10 2023-10-10 15:55:53 +00:00
Clément DOUIN
5887c52c3c
comodoro: 0.0.8 -> 0.0.9 2023-06-26 22:25:41 +02:00
Clément DOUIN
3cf373b299
comodoro: init at 0.0.8
comodoro: move project to misc, bump v0.0.8

comodoro: fix comments

comodoro: fix typo
2023-06-04 17:45:33 +02:00