aleksana
571c71e6f7
treewide: migrate packages to pkgs/by-name, take 1
...
We are migrating packages that meet below requirements:
1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration
The tool is here: https://github.com/Aleksanaa/by-name-migrate .
2024-11-09 20:04:51 +08:00
Sergei Trofimovich
ae1c373082
nano: 8.1 -> 8.2
...
Changes: https://lists.gnu.org/archive/html/info-gnu/2024-09/msg00001.html
2024-09-10 21:39:52 +01:00
Sigmanificient
2ee703dccb
pkgs/applications: remove unused arguments
2024-07-26 11:36:49 +02:00
Sergei Trofimovich
2c2cdd6fe0
nano: 8.0 -> 8.1
...
Changes: https://lists.gnu.org/archive/html/info-nano/2024-07/msg00000.html
2024-07-12 22:09:10 +01: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
Sergei Trofimovich
fac6b8cf3a
nano: 7.2 -> 8.0
...
Changes: https://www.nano-editor.org/news.php
2024-05-09 03:50:32 +00:00
Janne Heß
af69be669f
treewide: Rename nixfmt to nixfmt-classic ( #300468 )
...
* treewide: Rename nixfmt to nixfmt-classic
* Update pkgs/top-level/aliases.nix
Co-authored-by: Silvan Mosberger <github@infinisil.com>
---------
Co-authored-by: Silvan Mosberger <github@infinisil.com>
2024-04-02 20:47:13 +02:00
Fabián Heredia Montiel
a78a071d16
Merge pull request #254895 from ehmry/nano
...
nano: fix tiny build
2023-09-16 12:10:40 -06:00
Emery Hemingway
d14ea5ecd1
nano: fix tiny build
2023-09-13 08:56:11 +02:00
Anselm Schüler
9d83054199
nano: add file as a dependency to allow libmagic usage
2023-08-27 13:52:19 +02:00
Austin Horstman
58920127ca
treewide: add meta.mainProgram to editors
2023-08-04 11:44:05 -05:00
R. RyanTM
226ee6f33f
nano: 7.1 -> 7.2 ( #212038 )
2023-01-24 09:34:54 -05:00
Shawn8901
3866fa44a7
treewide: remove global with lib; in pkgs/{audio,blockchain,editors}
2023-01-21 23:11:12 +01:00
Isa
dfc3ce39cb
nano: 7.0 -> 7.1
2022-12-16 11:43:45 +01:00
R. RyanTM
ceecc71304
nano: 6.4 -> 7.0 ( #201570 )
2022-11-21 09:07:05 -05:00
Markus S. Wamser
c9d167f174
pkgs.applications: remove unused args
2022-10-12 16:00:16 +02:00
Sergei Trofimovich
96958813c3
nano: 6.3 -> 6.4
...
Changes: https://lists.gnu.org/archive/html/info-gnu/2022-08/msg00001.html
2022-08-14 12:57:48 +01:00
R. RyanTM
a4f017b035
nano: 6.2 -> 6.3 ( #171639 )
2022-05-06 10:45:24 -04:00
Patrick Hilhorst
7ef8df8767
nixosTests.nano: replace with script using GNU expect
2022-02-24 21:26:25 +01:00
R. Ryantm
4c6f337c48
nano: 6.1 -> 6.2
2022-02-24 13:56:31 -05:00
R. Ryantm
fd4889c25f
nano: 6.0 -> 6.1
2022-02-14 08:46:10 -05:00
R. Ryantm
b6da8c4d49
nano: 5.9 -> 6.0
2021-12-17 00:29:52 +00:00
R. RyanTM
62f9c03b18
nano: 5.8 -> 5.9
2021-10-07 02:32:41 +00:00
Sandro Jäckel
834adab12a
nanorc: remove nixfmt to prevent accidental updates from r-ryantm
2021-09-29 16:05:01 +02:00
Lancelot SIX
cca2d27de2
nano: 5.7 -> 5.8
...
See https://lists.gnu.org/archive/html/info-gnu/2021-06/msg00006.html
for release information.
2021-06-15 15:14:22 +01:00
Lancelot SIX
d13741eb79
nano: 5.6.1 -> 5.7
...
See https://lists.gnu.org/archive/html/info-gnu/2021-04/msg00013.html for release
announcement.
2021-04-29 20:05:00 +01:00
Lancelot SIX
f5637361e1
nano: 5.6 -> 5.6.1
...
See https://lists.gnu.org/archive/html/info-gnu/2021-03/msg00000.html
for release infromation
2021-03-03 22:09:22 +00:00
Tim Steinbach
f4a7a751dd
nano: 5.5 → 5.6
2021-02-25 16:48:02 +00:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Lancelot SIX
b4255f82c0
nano: 5.4 -> 5.5
2021-01-14 20:36:47 +00:00
Lancelot SIX
5e7ca51832
nano: 5.3 -> 5.4
2020-12-02 17:30:22 +00:00
Tim Steinbach
0338f728c0
nano: Add test
2020-11-16 14:00:34 -05:00
Tim Steinbach
701df1a3dc
nano: Add update script
2020-11-16 12:57:20 -05:00
Tim Steinbach
adf334a0c6
nanorc: 2020-01-25 -> 2020-10-10
...
Add update script
2020-11-05 20:38:18 -05:00
Tim Steinbach
3f1321a03d
nanorc: 2018-09-05 -> 2020-01-25
2020-10-08 11:00:18 -04:00
Lancelot SIX
b9ff517983
nano: 5.2 -> 5.3
2020-10-07 15:23:24 +01:00
Lancelot SIX
543701331e
nano: 5.0 -> 5.2
...
See https://lists.gnu.org/archive/html/info-gnu/2020-08/msg00008.html
for release announcement.
2020-08-24 15:53:28 +01:00
Lancelot SIX
7bec3a3cca
nano: 4.9.3 -> 5.0
2020-07-31 01:07:48 -07:00
Lancelot SIX
2061fb5ba2
nano: 4.9.2 -> 4.9.3
...
See https://lists.gnu.org/archive/html/info-gnu/2020-05/msg00007.html
for release information
2020-05-26 13:33:47 +01:00
Lancelot SIX
9f11766df5
Merge pull request #84606 from lsix/nano-4.9.2
...
nano: 4.9.1 -> 4.9.2
2020-05-26 09:12:57 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Lancelot SIX
f6540c8085
nano: 4.9.1 -> 4.9.2
...
See https://lists.gnu.org/archive/html/info-gnu/2020-04/msg00001.html
2020-04-07 14:40:47 +01:00
Lancelot SIX
40fb6dea50
nano: 4.9 -> 4.9.1
...
See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00015.html
for release information
2020-03-31 12:04:30 -07:00
Lancelot SIX
9146a0cd80
nano: 4.7 -> 4.9
...
See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00011.html
for release information.
2020-03-24 22:26:53 +01:00
Lancelot SIX
241e1fd9d0
nano: 4.6 -> 4.7
...
See https://lists.gnu.org/archive/html/info-gnu/2019-12/msg00005.html
for release information.
2019-12-25 19:50:28 +00:00
Daniel Bergey
58b75b9a05
nano: upstream patch fixes build on MacOS
...
fixes https://github.com/NixOS/nixpkgs/issues/74840
2019-12-07 09:10:57 -05:00
Lancelot SIX
d3ae71a6de
nano: 4.5 -> 4.6
...
See https://lists.gnu.org/archive/html/info-gnu/2019-11/msg00011.html
for release information.
2019-12-01 20:24:39 +01:00
Lancelot SIX
5b590f93e0
nano: 4.4 -> 4.5
...
See https://lists.gnu.org/archive/html/info-gnu/2019-10/msg00001.html
for release information.
2019-10-04 16:48:30 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Frederik Rietdijk
98640fd482
Merge master into staging-next
2019-08-27 16:36:47 +02:00