mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
workflows/keep-sorted: make it fail (#404450)
This commit is contained in:
commit
76084a6a33
2 changed files with 13 additions and 12 deletions
1
.github/workflows/keep-sorted.yml
vendored
1
.github/workflows/keep-sorted.yml
vendored
|
@ -36,5 +36,6 @@ jobs:
|
|||
run: "nix-env -f '<nixpkgs>' -iAP keep-sorted jq"
|
||||
|
||||
- name: Check that Nix files are sorted
|
||||
shell: bash
|
||||
run: |
|
||||
git ls-files | xargs keep-sorted --mode lint | jq --raw-output '.[] | "Please make sure any new entries in \(.path) are sorted alphabetically."'
|
||||
|
|
|
@ -1993,6 +1993,8 @@ self: super: with self; {
|
|||
|
||||
boschshcpy = callPackage ../development/python-modules/boschshcpy { };
|
||||
|
||||
bot-safe-agents = callPackage ../development/python-modules/bot-safe-agents { };
|
||||
|
||||
boto3 = callPackage ../development/python-modules/boto3 { };
|
||||
|
||||
boto3-stubs = callPackage ../development/python-modules/boto3-stubs { };
|
||||
|
@ -2009,8 +2011,6 @@ self: super: with self; {
|
|||
|
||||
bottombar = callPackage ../development/python-modules/bottombar { };
|
||||
|
||||
bot-safe-agents = callPackage ../development/python-modules/bot-safe-agents { };
|
||||
|
||||
bpemb = callPackage ../development/python-modules/bpemb { };
|
||||
|
||||
bpylist2 = callPackage ../development/python-modules/bpylist2 { };
|
||||
|
@ -5863,8 +5863,6 @@ self: super: with self; {
|
|||
|
||||
gophish = callPackage ../development/python-modules/gophish { };
|
||||
|
||||
gotify = callPackage ../development/python-modules/gotify { };
|
||||
|
||||
gorilla = callPackage ../development/python-modules/gorilla { };
|
||||
|
||||
goslide-api = callPackage ../development/python-modules/goslide-api { };
|
||||
|
@ -5873,6 +5871,8 @@ self: super: with self; {
|
|||
|
||||
gotenberg-client = callPackage ../development/python-modules/gotenberg-client { };
|
||||
|
||||
gotify = callPackage ../development/python-modules/gotify { };
|
||||
|
||||
govee-ble = callPackage ../development/python-modules/govee-ble { };
|
||||
|
||||
govee-led-wez = callPackage ../development/python-modules/govee-led-wez { };
|
||||
|
@ -11240,10 +11240,10 @@ self: super: with self; {
|
|||
|
||||
ploomber-extension = callPackage ../development/python-modules/ploomber-extension { };
|
||||
|
||||
plotille = callPackage ../development/python-modules/plotille { };
|
||||
|
||||
plotext = callPackage ../development/python-modules/plotext { };
|
||||
|
||||
plotille = callPackage ../development/python-modules/plotille { };
|
||||
|
||||
plotly = callPackage ../development/python-modules/plotly { };
|
||||
|
||||
plotnine = callPackage ../development/python-modules/plotnine { };
|
||||
|
@ -11533,12 +11533,12 @@ self: super: with self; {
|
|||
|
||||
proton-vpn-api-core = callPackage ../development/python-modules/proton-vpn-api-core { };
|
||||
|
||||
proton-vpn-local-agent = callPackage ../development/python-modules/proton-vpn-local-agent { };
|
||||
|
||||
proton-vpn-network-manager =
|
||||
callPackage ../development/python-modules/proton-vpn-network-manager
|
||||
{ };
|
||||
|
||||
proton-vpn-local-agent = callPackage ../development/python-modules/proton-vpn-local-agent { };
|
||||
|
||||
protonup-ng = callPackage ../development/python-modules/protonup-ng { };
|
||||
|
||||
protonvpn-nm-lib = callPackage ../development/python-modules/protonvpn-nm-lib {
|
||||
|
@ -13782,10 +13782,10 @@ self: super: with self; {
|
|||
|
||||
pytest-reverse = callPackage ../development/python-modules/pytest-reverse { };
|
||||
|
||||
pytest-run-parallel = callPackage ../development/python-modules/pytest-run-parallel { };
|
||||
|
||||
pytest-ruff = callPackage ../development/python-modules/pytest-ruff { };
|
||||
|
||||
pytest-run-parallel = callPackage ../development/python-modules/pytest-run-parallel { };
|
||||
|
||||
pytest-scim2-server = callPackage ../development/python-modules/pytest-scim2-server { };
|
||||
|
||||
pytest-selenium = callPackage ../development/python-modules/pytest-selenium { };
|
||||
|
@ -16315,10 +16315,10 @@ self: super: with self; {
|
|||
|
||||
sphinx-pytest = callPackage ../development/python-modules/sphinx-pytest { };
|
||||
|
||||
sphinx-reredirects = callPackage ../development/python-modules/sphinx-reredirects { };
|
||||
|
||||
sphinx-remove-toctrees = callPackage ../development/python-modules/sphinx-remove-toctrees { };
|
||||
|
||||
sphinx-reredirects = callPackage ../development/python-modules/sphinx-reredirects { };
|
||||
|
||||
sphinx-rtd-dark-mode = callPackage ../development/python-modules/sphinx-rtd-dark-mode { };
|
||||
|
||||
sphinx-rtd-theme = callPackage ../development/python-modules/sphinx-rtd-theme { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue