Commit Graph

6 Commits

Author SHA1 Message Date
figsoda
4e56dc29b5 nix-melt: 0.1.2 -> 0.1.3
Diff: https://github.com/nix-community/nix-melt/compare/v0.1.2...v0.1.3

Changelog: https://github.com/nix-community/nix-melt/blob/v0.1.3/CHANGELOG.md
2024-09-16 11:33:54 -04:00
Bryan Lai
0d077cbecb nix-melt: bump deps harder to fix rust 1.80 build
With: cargo update time --recursive

It turns out that in this case a simple `cargo update time` is
not enough to fix the build; one also needs to add the `--recursive`
flag.
2024-08-24 17:49:34 +02:00
Bryan Lai
1d28ed3c3a nix-melt: fix build for rust 1.80 2024-08-14 15:51:28 +08: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
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
figsoda
a6e90dec5f nix-melt: init at 0.1.2 2023-04-26 10:58:09 -04:00