Commit Graph

71 Commits

Author SHA1 Message Date
Weijia Wang
f82fe275d9
Merge pull request #318906 from matteo-pacini/swiftlint
swiftlint: init at 0.55.1
2024-06-16 19:28:47 +02:00
Matteo Pacini
9a6992a7d7 swiftlint: init at 0.55.1 2024-06-14 22:11:58 +01:00
Peder Bergebakken Sundt
32a82baf75
Merge pull request #289317 from newAM/swaywsr
swaywsr: 1.1.1 -> 1.3.0
2024-06-11 11:12:37 +02: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
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Patrick Aldis
c697af7447 swaycons: 0.2.0 -> 0.3.1 2024-06-03 21:31:33 +01:00
Jared Baur
a67a3648e1
switch-to-configuration-ng: retain escaped content in unit files
By default, the INI parser in `rust-ini` tries to unescape the content
it receives, causing issues such as those uncovered in
https://github.com/NixOS/nixpkgs/issues/315602. We don't ever need the
content to be unescaped for our purposes, so we can configure the parser
to retain escape characters.
2024-05-29 10:24:42 -07:00
Sigmanificient
cc8120d3ff pkgs/by-name: remove unuseed fetchpatch arguments 2024-05-24 02:49:58 +02:00
Alexis Hildebrandt
f4dc8f8e79 sword: 1.8.1 -> 1.9.0 2024-05-17 00:23:29 +02:00
Jared Baur
32bf051ba4
nixos/switch-to-configuration: add new implementation
This adds an implementation of switch-to-configuration that allows for
closer interaction with the lifecycle of systemd units by using DBus
APIs directly instead of using systemctl. It is disabled by default, but
can be enabled by specifying `{ system.switch = { enable = false; enableNg = true; }; }`.
2024-05-10 16:33:06 -07:00
John Titor
26b8d7b8c8
swww: cleanup using nixfmt-rfc-style, use lib explicitly where required 2024-05-04 12:25:26 +05:30
John Titor
2ecb214837
swww: 0.9.4 -> 0.9.5 2024-05-04 12:25:17 +05:30
K900
a9c7210d0b Merge branch 'master' into staging-next 2024-05-01 09:37:47 +03:00
Weijia Wang
23cbc3c2b3 Merge branch 'master' into staging-next 2024-04-30 13:24:52 +02:00
éclairevoyant
72566d7bfb
swayfx-unwrapped: add basic nixos test 2024-04-29 15:47:59 -04:00
éclairevoyant
3596b1834e
swayfx-unwrapped: add version test 2024-04-29 15:35:16 -04:00
éclairevoyant
32615dea49
swayfx-unwrapped: 0.3.2 -> 0.4 2024-04-29 15:35:15 -04:00
éclairevoyant
a1d4b81233
swayfx-unwrapped: decouple from sway-unwrapped 2024-04-29 15:35:15 -04:00
éclairevoyant
f9f60a5c09
swayfx-unwrapped: fix meta.changelog 2024-04-29 15:35:15 -04:00
éclairevoyant
4c9fd6ce69
swayfx-unwrapped: use finalAttrs instead of rec 2024-04-29 15:35:15 -04:00
éclairevoyant
934bbcde29
swayfx-unwrapped: remove meta = with lib; 2024-04-29 15:35:15 -04:00
éclairevoyant
656fe54293
sway-unwrapped: remove meta = with lib; 2024-04-29 15:35:15 -04:00
éclairevoyant
7712ae48a0
sway-unwrapped: use meson string functions 2024-04-29 15:35:14 -04:00
éclairevoyant
28a2b00008
sway-unwrapped: remove unused arg 2024-04-29 15:35:14 -04:00
éclairevoyant
3513704e13
sway: remove with lib; 2024-04-29 15:35:14 -04:00
R. Ryantm
7074153835 swaybg: 1.2.0 -> 1.2.1 2024-04-28 15:01:25 +00:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
github-actions[bot]
7ac1647abc
Merge master into staging-next 2024-04-26 12:01:18 +00:00
Weijia Wang
18d51c2c5d
Merge pull request #305642 from wegank/lib-version-fix
treewide: fix version in changelog
2024-04-26 10:55:51 +02:00
Michael Evans
76bb72e3a6 switcheroo: 2.1.0 -> 2.2.0 2024-04-24 17:38:42 +02:00
Weijia Wang
58b5b2748f treewide: fix version in changelog 2024-04-21 19:33:05 +02:00
Sergio Ribera
2d9237e70c swayosd: unstable-2023-09-26 -> 0-unstable-2024-04-15 2024-04-21 03:43:28 -04:00
Aleksana
e9a1276a9b
Merge pull request #304842 from hakan-demirli/swww
swww: 0.9.1 -> 0.9.4
2024-04-18 22:48:23 +08:00
hakan-demirli
f5fa30df65 swww: 0.9.1 -> 0.9.4 2024-04-18 09:54:56 +03:00
R. Ryantm
d160d9a6a1 swayimg: 2.1 -> 2.2 2024-04-06 14:47:09 +00:00
LordGrimmauld
d1704689fb swaymux: 1.0 -> 1.1 2024-04-02 21:30:18 +02:00
Weijia Wang
cdc29d2387
Merge pull request #298258 from r-ryantm/auto-update/swww
swww: 0.8.2 -> 0.9.1
2024-03-30 18:44:28 +01:00
LordGrimmauld
2814577954 swaymux: init at 1.0 2024-03-27 09:07:37 +01:00
R. Ryantm
b4e3816f54 swww: 0.8.2 -> 0.9.1 2024-03-23 02:38:11 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Donovan Glover
81c6ae3ace
swww: cleanup 2024-03-16 15:52:50 -04:00
Donovan Glover
7422c41cb3
swww: migrate to by-name 2024-03-16 09:40:29 -04:00
aleksana
0a3812d6b6 switcheroo: 2.0.1 -> 2.1.0 2024-03-14 19:06:06 +08:00
Weijia Wang
d7af05c4de
Merge pull request #285988 from r-ryantm/auto-update/swayimg
swayimg: 2.0 -> 2.1
2024-03-07 11:00:19 +01:00
Arnout Engelen
728d2d1fd9
Merge pull request #287805 from raboof/sway-update-to-1.9
sway: 1.8.1 -> 1.9.0
2024-02-29 12:06:52 +01:00
Arnout Engelen
36e51d7cbf
sway: 1.8.1 -> 1.9.0
Co-authored-by: Phileas Lebada <norpol@users.noreply.github.com>
Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
2024-02-29 11:37:30 +01:00
Nick Cao
e20173ae70
swaycons: mark available on all linux platforms 2024-02-27 10:05:59 -05:00
Alex Martens
4f6ceb1ac7 swaywsr: 1.1.1 -> 1.3.0 2024-02-16 07:54:28 -08:00
maxine
76c7c99d89
Merge pull request #282067 from michaelgrahamevans/switcheroo 2024-02-03 17:26:55 +01:00
R. Ryantm
3a9f95f5bc swayimg: 2.0 -> 2.1 2024-02-03 07:52:05 +00:00