Commit Graph

8 Commits

Author SHA1 Message Date
John Titor
2b54af67e1
tiramisu: cleanup
add comments why we have to use the current HEAD commit
2024-04-12 19:58:32 +05:30
John Titor
61921f8df9
tiramisu: 2.0.20211107 -> 2.0-unstable-2023-03-29
Use a commit since the last release to get the latest changes
since latest changes are not released yet
as per https://github.com/NixOS/nixpkgs/issues/217845
2024-04-11 23:04:36 +05:30
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
fortuneteller2k
d3c568b7bc maintainers: fortuneteller2k -> moni 2023-11-17 18:03:27 +08:00
wishfort36
19de6667d4 tiramisu: unstable-2021-05-20 -> 2.0.20211107 2021-12-25 20:29:11 +01:00
fortuneteller2k
5c747647aa tiramisu: 1.0 -> unstable-2021-05-20 2021-06-02 12:19:32 +08:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
wishfort36
06e80a5930 tiramisu: init at 1.0 2020-12-30 10:54:44 +01:00