Commit Graph

29 Commits

Author SHA1 Message Date
Robert Schütz
1a04744f74 treewide: remove superfluous disabled
There is no need to disable Python packages for Python versions that are
no longer in Nixpkgs.
This change was generated using the following script:

    pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$'
    for f in $(find -name '*.nix'); do
        grep -q "$pattern" "$f" || continue
        sed -i "/$pattern/d" "$f"
        if [ $(grep -c pythonOlder "$f") == 1 ]; then
            sed -i '/^\s*pythonOlder,\s*$/d' "$f"
        fi
        nixfmt "$f"
    done
2026-01-11 09:34:20 -08:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
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
Emily
2ffdba973c nixops_unstablePlugins.nixops-aws: drop
Marked as broken for months, and depends on boto which has been
deprecated for years and is now also broken and due for removal.
2024-09-22 14:57:38 +01:00
Sebastián Mancilla
d05ec2ca0c Merge pull request #327279 from Mic92/nixops
Nixops: remove broken plugins
2024-08-17 17:59:15 -04:00
Sigmanificient
aab1113d4a treewide: normalize maintainers list formatting
grep -rP 'maintainers = \[\];'
2024-07-30 16:26:22 +02:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Jörg Thalheim
8848c9c1d6 nixops: mark nixops-aws as broken and remove from the full list 2024-07-15 08:54:52 +02:00
Jörg Thalheim
d042bd5c30 nixops: Remove broken nixops plugins 2024-07-15 08:54:44 +02:00
Sandro Jäckel
743d9f835d maintainers: remove one year inactive maintainer kiwi 2024-06-21 01:38:39 -04: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
Weijia Wang
9d8f13e18c nixops_unstablePlugins.nixops-libvirtd: mark as broken 2024-05-31 14:30:47 +02:00
Weijia Wang
fa8198243c nixops_unstablePlugins.nixops-hetznercloud: mark as broken 2024-05-31 14:30:40 +02:00
Weijia Wang
2cf4b82f94 nixops_unstablePlugins.nixops-hetzner: mark as broken 2024-05-31 14:30:33 +02:00
Weijia Wang
ca27b913c7 nixops_unstablePlugins.nixops-gce: mark as broken 2024-05-31 14:30:27 +02:00
OPNA2608
225b7a425e nixops_unstablePlugins.nixos-modules-contrib: unstable-2021-01-20 -> 0-unstable-2021-01-20 2024-04-30 18:29:20 +02:00
OPNA2608
b025275d18 nixops_unstablePlugins.nixops-vbox: unstable-2023-08-10 -> 1.0.0-unstable-2023-08-10 2024-04-30 18:29:15 +02:00
OPNA2608
4a42a21861 nixops_unstablePlugins.nixops-libvirtd: unstable-2023-09-01 -> 1.0.0-unstable-2023-09-01 2024-04-30 18:29:10 +02:00
OPNA2608
fa7c4cace9 nixops_unstablePlugins.nixops-hetznercloud: unstable-2023-02-19 -> 0-unstable-2023-02-19 2024-04-30 18:29:06 +02:00
OPNA2608
b5992782bf nixops_unstablePlugins.nixops-hetzner: unstable-2022-04-23 -> 1.0.1-unstable-2022-04-24 2024-04-30 18:29:02 +02:00
OPNA2608
ae746715e1 nixops_unstablePlugins.nixops-hercules-ci: unstable-2021-10-06 -> 0-unstable-2021-10-06 2024-04-30 18:28:59 +02:00
OPNA2608
c62e583ed8 nixops_unstablePlugins.nixops-gce: unstable-2023-05-26 -> 0-unstable-2023-05-26 2024-04-30 18:28:55 +02:00
OPNA2608
d84e0f79b8 nixops_unstablePlugins.nixops-encrypted-links: unstable-2021-02-16 -> 0-unstable-2021-02-16 2024-04-30 18:28:51 +02:00
OPNA2608
14efba2dba nixops_unstablePlugins.nixops-digitalocean: unstable-2022-08-14 -> 0.1.0-unstable-2022-08-14 2024-04-30 18:28:47 +02:00
OPNA2608
5818d1b950 nixops_unstablePlugins.nixops-aws: unstable-2024-02-29 -> 1.0.0-unstable-2024-02-29 2024-04-30 18:28:37 +02:00
Fabian Affolter
91787e50c1 nixops-digitalocean: rename python-digitalocean 2024-04-12 21:38:04 +02:00
Robert Hensing
e63713d2b7 nixops_unstablePlugins.nixops-aws: 2023-08-09 -> 2024-02-29 2024-03-06 22:47:24 +01:00
adisbladis
c24958f4c7 maintainers: Remove adisbladis as maintainer from various packages
These are a handful of packages I no longer use or/and have lost interest in.
2023-12-27 23:13:50 +13:00
K900
3f2deb9e98 nixops (unstable): switch to non-poetry2nix packaging
Mostly nix-init with some manual fixups. withPlugins implementation copied from Poetry.
2023-10-26 19:05:41 +03:00