Commit Graph

8 Commits

Author SHA1 Message Date
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
R. Ryantm
bf41850bc2 minimacy: 1.1.2 -> 1.2.0 2023-12-16 22:54:57 +00:00
R. Ryantm
73ab9c78dc minimacy: 1.1.0 -> 1.1.2 2023-10-03 05:14:51 +00:00
R. Ryantm
fe2a3e5e35 minimacy: 1.0.0 -> 1.1.0 2023-07-15 19:42:39 +00:00
R. Ryantm
06eb062687 minimacy: 0.6.4 -> 1.0.0 2023-05-21 11:47:27 +00:00
John D. Boy
9202661d5b minimacy: 0.6.2 -> 0.6.4 2023-03-09 13:17:53 +01:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
John D. Boy
22c85eab53 minimacy: init at 0.6.2 2023-01-26 17:20:02 +01:00