Silvan Mosberger
4f0dadbf38
treewide: format all inactive Nix files
...
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.
Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.
A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.
This commit was automatically created and can be verified using
nix-build a08b3a4d19
.tar.gz \
--argstr baseRev b32a094368
result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
R. Ryantm
a6bd9d55bd
okteta: 0.26.15 -> 0.26.18
2024-10-13 15:13:31 +00: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
R. Ryantm
5ec5f04771
okteta: 0.26.14 -> 0.26.15
2024-01-07 21:26:57 +01:00
R. Ryantm
e85489ea53
okteta: 0.26.13 -> 0.26.14
2023-12-17 09:56:33 +00:00
Christian Schuhmann
061ff0847e
okteta: 0.26.10 -> 0.26.13
2023-10-16 10:13:28 +02:00
R. Ryantm
a6e63040b2
okteta: 0.26.9 -> 0.26.10
2023-03-15 21:59:30 +00:00
R. Ryantm
9e160bcf61
okteta: 0.26.7 -> 0.26.9
2022-08-01 14:47:24 +08:00
Frederik Rietdijk
538ace2858
okteta: set outputs to reduce runtime closure
2022-04-27 20:31:34 +02:00
R. Ryantm
b8b1c733b2
okteta: 0.26.6 -> 0.26.7
2022-02-28 18:52:01 +08:00
R. Ryantm
aed3eb84cd
okteta: 0.26.5 -> 0.26.6
2021-12-09 05:01:26 +00:00
R. RyanTM
5cd325c344
okteta: 0.26.4 -> 0.26.5
2021-02-05 07:50:17 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01: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
R. RyanTM
048e885b29
kdeApplications.okteta: 0.26.3 -> 0.26.4
2020-08-06 19:25:28 +00:00
Martin Milata
affebc8600
okteta: use qt5's mkDerivation
2020-04-22 15:22:37 +02:00
R. RyanTM
20a73c5434
kdeApplications.okteta: 0.26.2 -> 0.26.3
2020-02-09 13:59:25 +01:00
Christine Koppelt
854c969b57
add missing meta data
2019-10-08 20:54:38 +02:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Will Dietz
3a7ff4e44d
okteta: 0.26.1 -> 0.26.2
2019-07-09 06:11:31 -05:00
R. RyanTM
4b96628380
kdeApplications.okteta: 0.26.0 -> 0.26.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/okteta/versions
2019-04-15 10:03:05 -07:00
R. RyanTM
ab8030084f
kdeApplications.okteta: 0.25.5 -> 0.26.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/okteta/versions
2019-04-01 21:11:37 -07:00
R. RyanTM
181623548c
kdeApplications.okteta: 0.25.4 -> 0.25.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/okteta/versions
2019-01-02 18:33:10 -08:00
Peter Hoeg
b823983d10
okteta: 0.25.3 -> 0.25.4
2018-10-11 11:51:09 +08:00
R. RyanTM
b710f4a85c
kdeApplications.okteta: 0.25.2 -> 0.25.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
okteta
2018-09-06 15:41:10 -07:00
Peter Hoeg
c19cceca1c
okteta: 17.12.3 -> 0.25.2
2018-08-20 10:08:46 +08:00
Yegor Timoshenko
5da73fc3ff
okteta: add version attr, clean up
2018-05-25 15:48:26 -05:00
Matthew Bauer
02297beade
treewide: add version to packages
...
Lots of packages are missing versions in their name. This adds them
where appropriate. These were found with this command:
$ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$'
See issue #41007 .
2018-05-25 15:48:05 -05:00
Bastian Köcher
58f53dc4d4
okteta: Move into own package
...
Okteta was removed from kde applications and will now be released
independently. So, we currently use the released version from 17.12.3.
2018-04-25 09:35:49 +08:00