Sigmanificient
2ee703dccb
pkgs/applications: remove unused arguments
2024-07-26 11:36:49 +02: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
Matt McHenry
58a476519e
timetrap: add shell completions
2023-09-01 09:58:35 -04:00
Ben Siraphob
108bdac3d9
pkgs/applications: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Michael Fellinger
f92600b406
update versions in Gemfile.lock
2020-04-06 15:02:13 +02:00
Matt McHenry
68e43c61fe
timetrap: 1.15.1 -> 1.15.2
2020-03-26 21:21:48 -04:00
Nick Novitski
7136e0d0a6
bundlerUpdateScript: init and use ( #64822 )
2019-07-22 12:02:47 +00:00
Matt McHenry
3ac37478b9
timetrap: restore "t" executable
...
lost in 44a554792d
2019-05-23 09:18:23 -04:00
Michael Fellinger
44a554792d
timetrap: use bundlerApp
2019-04-30 18:55:17 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Matt McHenry
1bf7dfaabe
timetrap: 1.10.0 -> 1.15.1
2018-02-22 10:17:27 -05:00
Jörg Thalheim
2871ff7d9b
timetrap: use gemdir
2017-01-18 00:52:52 +01:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Matt McHenry
198dd9df82
timetrap: init at 1.10.0
2016-05-29 23:07:48 -04:00