Commit Graph

22 Commits

Author SHA1 Message Date
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
2b34cf87ca uwsgi: 2.0.27 -> 2.0.28 2024-12-02 23:55:11 +00:00
Gliczy
96f812b50a uwsm: 0.20.4 -> 0.20.5 2024-11-26 15:20:24 +01:00
John Titor
a20bd2cca9
uwsm: add missing systemd dependency
NOT a requirement to build, but a runtime dependency. Ideally, it is present in all environments, but let's not take any chances.
2024-11-25 09:40:47 +05:30
John Titor
6239ac5d06
uwsm: prefer user env binaries
As much as I hate relying on user environment, this fixes the issue where sub processes that are launched with uwsm (with `uwsm app`) inherit uwsm's PATH. Now UWSM itself and its subprocesses should prefer the user environment. Fixes https://github.com/NixOS/nixpkgs/issues/358805
2024-11-25 09:40:47 +05:30
John Titor
535dd3f465
uwsm: 0.20.1 -> 0.20.4 2024-11-12 13:25:55 +00:00
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
R. Ryantm
b489f70747 uwsm: 0.20.0 -> 0.20.1 2024-10-26 00:20:40 +00:00
R. Ryantm
39aab9de7c uwsm: 0.19.1 -> 0.20.0 2024-10-01 16:20:59 +00:00
R. Ryantm
be13808331 uwsm: 0.19.0 -> 0.19.1 2024-09-23 06:59:39 +00:00
John Titor
04e8871773
uwsm: pass python-bin meson option
enable man output dir
2024-09-16 14:54:32 +05:30
John Titor
e32ed381ec
uwsm: 0.18.2 -> 0.19.0
Changelog: https://github.com/Vladimir-csp/uwsm/releases/tag/v0.19.0
2024-09-16 14:48:35 +05:30
John Titor
1399e2551a
uwsm: 0.18.0 -> 0.18.2
https://github.com/Vladimir-csp/uwsm/compare/v0.18.0...v0.18.2
2024-08-18 19:56:35 +05:30
John Titor
dd2338abd0
uwsm: 0.17.4 -> 0.18.0
https://github.com/Vladimir-csp/uwsm/compare/v0.17.4...v0.18.0
2024-08-10 13:00:12 +05:30
John Titor
52aa79e4c9
uwsm: 0.17.2 -> 0.17.4
remove Hyprland, Sway path injection
uwsm now works without it when path is specified directly
2024-07-31 23:08:43 +05:30
John Titor
2c60d67129
uwsm: also wrap sway and hyprland's paths
Remove this when it's not needed anymore
2024-07-29 19:10:46 +05:30
John Titor
6317528b1a
uwsm: fix dependencies add wrap the binary as well
add mainProgram

Co-authored-by: Kai Norman Clasen <k.clasen@protonmail.com>
2024-07-29 19:07:30 +05:30
John Titor
276441cced
uwsm: 0.17.0 -> 0.17.2
Co-authored-by: Kai Norman Clasen <k.clasen@protonmail.com>
2024-07-29 19:07:29 +05:30
John Titor
57e277704b
uwsm: add kai-tub to maintainers
https://github.com/NixOS/nixpkgs/pull/330245#issuecomment-2253528614
2024-07-29 19:07:29 +05:30
John Titor
1bbd88fb35
uwsm: init at 0.17.0 2024-07-24 11:15:04 +05:30
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
Fabian Affolter
a54c8e2764 uwhoisd: init at 0.1.0-unstable-2024-02-24
Universal WHOIS proxy server

https://github.com/Lookyloo/uwhoisd
2024-03-21 21:15:14 +01:00