Commit Graph

5 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
Martino Fontana
6e465f4550 treewide: fix use of extraPkgs in AppImages
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;`
This caused some packages to be listed twice.

Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`).
Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-05-13 20:35:07 +02:00
P. R. d. O.
ed704c819e
mobilecoin-wallet: 1.5.0 -> 1.8.0 2023-11-09 14:15:12 -06:00
P. R. d. O
ba1152768a
mobilecoin-wallet: 1.4.1 -> 1.5.0 2022-02-24 18:31:03 -06:00
P. R. d. O
20c2237f9f
mobilecoin-wallet: init at 1.4.1 2021-12-03 14:58:22 -06:00