Commit Graph

301 Commits

Author SHA1 Message Date
R. Ryantm
a9b6a73c83 warp-terminal: 0.2024.09.17.08.02.stable_01 -> 0.2024.09.24.08.02.stable_01 2024-09-30 14:37:08 +00:00
Sefa Eyeoglu
d68f1d2354
waybar: add systemdSupport input
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2024-09-29 17:56:04 +05:30
R. Ryantm
1b79e2110e waagent: 2.11.1.4 -> 2.11.1.12 2024-09-28 23:30:23 +00:00
Peder Bergebakken Sundt
8a7b35c6ef
wakapi: 2.11.2 -> 2.12.0; modernize (#340779) 2024-09-26 02:49:27 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
NotAShelf
68c7d64d1a
waycorner: modernize derivation
- Use `refs/tags/${version}` over ${version}
- Get rid of nested `with lib;`
- Remove redundant build input (tested build & functionality)
- Update changelog link to use current ref
2024-09-22 09:14:20 +03:00
NotAShelf
c4045a54b4
waycorner: move to by-name overlay; format via nixfmt 2024-09-22 08:58:42 +03:00
Masum Reza
e677e7056c
waybar: include the systemd user unit (#340874) 2024-09-22 00:29:40 +05:30
DontEatOreo
c4b9fe09f4
warp-terminal: 0.2024.09.10.08.02.stable_01 -> 0.2024.09.17.08.02.stable_01
Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.09.19-v0.2024.09.17.08.02
2024-09-20 14:19:54 +03:00
r-vdp
21b4e45ef8
wayprompt: fix the wayprompt-ssh-askpass script 2024-09-18 12:49:37 +02:00
Thiago Kenji Okada
53f770a2e6
wayland-pipewire-idle-inhibit: 0.5.1 -> 0.5.2 (#342428) 2024-09-17 09:46:03 +01:00
Aleksana
a2cad4db0b
treewide: migrate packages to by-name (#341412) 2024-09-17 11:17:16 +08:00
Masum Reza
27d3d03302
warp-terminal: 0.2024.09.03.08.02.stable_03 -> 0.2024.09.10.08.02.stable_01 (#342293) 2024-09-17 08:15:23 +05:30
Rafael Mazzutti
99aae1cedd wayland-pipewire-idle-inhibit: 0.5.1 -> 0.5.2 2024-09-16 22:08:22 -03:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
Nick Cao
2faf1ebf4f
waylock: 1.1.0 -> 1.2.1 (#342097) 2024-09-16 08:42:35 -04:00
John Titor
95bccd3af3
warp-terminal: 0.2024.09.03.08.02.stable_03 -> 0.2024.09.10.08.02.stable_01 2024-09-16 11:49:09 +00:00
Masum Reza
8c9630d265
waybar: 0.10.4 -> 0.11.0 (#341520) 2024-09-16 16:07:39 +05:30
Gaetan Lepage
69b6ec0894 waybar: 0.10.4 -> 0.11.0
Diff: https://github.com/Alexays/Waybar/compare/0.10.4...0.11.0

Changelog: https://github.com/alexays/waybar/releases/tag/0.11.0
2024-09-16 11:11:52 +02:00
Adam Stephens
1692386729
waylock: 1.1.0 -> 1.2.1 2024-09-15 12:15:16 -04:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
R. Ryantm
c9dbde8fc9 wakatime-cli: 1.98.3 -> 1.98.5 2024-09-14 18:59:39 +00:00
R. Ryantm
9913ebec35 wait4x: 2.14.1 -> 2.14.2 2024-09-13 07:26:18 +00:00
Masum Reza
a3461b3956
warp-terminal: 0.2024.08.20.08.02.stable_00 -> 0.2024.09.03.08.02.stable_03 (#340319) 2024-09-11 15:17:06 +05:30
Julien Malka
ec1ce0636c
waycheck: 1.2.1 -> 1.3.1 and some additional TLC (#340881) 2024-09-10 21:43:36 +02:00
Gavin John
453c599b61
waycheck: add pandapip1 to maintainers 2024-09-09 16:25:46 -07:00
Gavin John
e39e305b25
waycheck: add updateScript 2024-09-09 16:25:26 -07:00
Gavin John
9c622eb91d
waycheck: nixfmt 2024-09-09 16:24:41 -07:00
Gavin John
a1658a19e8
waycheck: 1.2.1 -> 1.3.1 2024-09-09 16:22:14 -07:00
r-vdp
57077bc434
waybar: include the systemd user unit 2024-09-10 00:24:15 +02:00
isabel
7bee8c8cd9
wakapi: modernize 2024-09-09 14:17:09 +01:00
isabel
c2e3956797
wakapi: 2.11.2 -> 2.12.0 2024-09-09 14:16:14 +01:00
isabel
0c3a2265b1
wakapi: move to by name 2024-09-09 14:13:02 +01:00
github-actions[bot]
69276ad883
Merge master into staging-next 2024-09-08 06:04:18 +00:00
DontEatOreo
002e1de819
warp-terminal: 0.2024.08.20.08.02.stable_00 -> 0.2024.09.03.08.02.stable_03
Changelog: https://docs.warp.dev/getting-started/changelog#id-2024.09.05-v0.2024.09.03.08.02
2024-09-07 18:00:50 +03:00
Paul Meyer
d300e2a889 waagent: move to by-name
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-06 15:55:33 +02:00
github-actions[bot]
6802206bcc
Merge master into staging-next 2024-09-06 06:04:31 +00:00
Jonas Heinrich
ef0d15f8d3 wasm-bingen-cli: 0.2.92 -> 0.2.93 2024-09-05 08:34:13 +02:00
github-actions[bot]
ce19166255
Merge master into staging-next 2024-09-02 18:04:19 +00:00
Artturin
9e1f17023f
wayprompt: init at 0.1.2 (#337376) 2024-09-02 18:50:23 +03:00
無名氏
4a9a8c37a8 wayprompt: init at 0.1.2 2024-09-02 19:31:48 +08:00
github-actions[bot]
f20de6f5f1
Merge staging-next into staging 2024-08-31 18:04:19 +00:00
Donovan Glover
93501699af
walker: 0.7.6 -> 0.7.7 (#338578) 2024-08-31 12:31:27 +00:00
R. Ryantm
e3ceb70fda walker: 0.7.6 -> 0.7.7 2024-08-31 08:53:31 +00:00
Philip Taron
0d1b26857b
treewide: support structuredAttrs in setup hooks (part 2) (#335666) 2024-08-28 14:07:58 -07:00
github-actions[bot]
42531ffc56
Merge master into staging-next 2024-08-28 12:05:25 +00:00
Rowan Goemans
a9750940a4 warp-terminal: Add Aarch64 support 2024-08-28 02:43:20 +02:00
github-actions[bot]
903fa485a4
Merge master into staging-next 2024-08-27 18:04:19 +00:00
R. Ryantm
5126556968 warp-terminal: 0.2024.08.13.08.02.stable_04 -> 0.2024.08.20.08.02.stable_00 2024-08-27 11:32:05 +00:00
github-actions[bot]
da2ee88ef4
Merge master into staging-next 2024-08-27 06:04:43 +00:00
Wolfgang Walther
add9bca495
waf: support structuredAttrs in setup hook
Tested samba4 with and without __structuredAttrs.
2024-08-24 12:23:36 +02:00
Bruno Bigras
faca032142 wal-listener: init at 2.6.1
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2024-08-23 23:38:47 -04:00
K900
5c68540f8b Merge remote-tracking branch 'origin/staging-next' into staging 2024-08-22 13:20:38 +03:00
nixpkgs-merge-bot[bot]
e0c9c49c8c
Merge pull request #336292 from r-ryantm/auto-update/warp-terminal
warp-terminal: 0.2024.08.06.08.01.stable_00 -> 0.2024.08.13.08.02.stable_04
2024-08-21 10:10:40 +00:00
R. Ryantm
f60c6bd42f warp-terminal: 0.2024.08.06.08.01.stable_00 -> 0.2024.08.13.08.02.stable_04 2024-08-21 08:59:53 +00:00
Guanran Wang
acf70fe8d2 wastebin: 2.4.3 -> 2.5.0 2024-08-20 11:17:06 +02:00
R. Ryantm
2d095db6e1 walker: 0.6.7 -> 0.7.6 2024-08-19 00:59:13 +00:00
github-actions[bot]
0f820c1c5a
Merge staging-next into staging 2024-08-18 00:03:22 +00:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
github-actions[bot]
86d6678804
Merge staging-next into staging 2024-08-13 18:01:58 +00:00
github-actions[bot]
35c1846996
Merge master into staging-next 2024-08-13 18:01:28 +00:00
R. Ryantm
ef857f7b1d warp-terminal: 0.2024.07.30.08.02.stable_01 -> 0.2024.08.06.08.01.stable_00 2024-08-13 10:15:06 +00:00
Alyssa Ross
e22928181e waylock: depend on wayland-scanner
Currently wayland-scanner is defined to be wayland.bin, but we want to
split wayland-scanner into a separate package.
2024-08-11 22:41:56 +03:00
github-actions[bot]
e80257fbed
Merge master into staging-next 2024-08-07 00:02:22 +00:00
Nydragon
ae4575d27b
walker: add update script 2024-08-06 17:08:10 +02:00
Nydragon
36467dc5ab
walker: 0.0.88 -> 0.6.7
https://github.com/abenz1267/walker/compare/v0.0.88...v0.6.7
2024-08-06 17:07:53 +02:00
github-actions[bot]
eddd97e1fd
Merge staging-next into staging 2024-08-06 06:01:44 +00:00
R. Ryantm
b74a9a6fe0 warp-terminal: 0.2024.07.16.08.02.stable_03 -> 0.2024.07.30.08.02.stable_01 2024-08-05 22:02:08 +00:00
github-actions[bot]
81cddc1677
Merge staging-next into staging 2024-08-03 00:02:50 +00:00
Francesco Gazzetta
6c1956f2af
wayneko: init at 0-unstable-2024-03-29
formatted with nixfmt-rfc-style
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2024-08-02 19:26:55 +05:30
github-actions[bot]
6005fb81f3
Merge staging-next into staging 2024-08-01 18:01:28 +00:00
R. Ryantm
4925c573a4 wakatime-cli: 1.95.0 -> 1.98.3 2024-08-01 11:51:58 +00:00
nixpkgs-merge-bot[bot]
58a72941e3
Merge pull request #328237 from r-ryantm/auto-update/waf
waf: 2.1.1 -> 2.1.2
2024-07-28 03:02:21 +00:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
6dd44107ac treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
K900
1410c766c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-26 08:41:08 +03:00
Sigmanificient
50a0924ffd wakatime-cli: remove overuse of with lib; 2024-07-26 01:20:14 +02:00
github-actions[bot]
7208220b63
Merge master into staging-next 2024-07-24 18:01:18 +00:00
R. Ryantm
db0ca0df48 warp-terminal: 0.2024.07.09.08.01.stable_00 -> 0.2024.07.16.08.02.stable_03 2024-07-24 10:34:42 +00:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next 2024-07-24 07:19:19 +02:00
Bobby Rong
dc14ed9113
Merge pull request #329159 from bobby285271/upd/cinnamon
Cinnamon updates 2024-07-22
2024-07-23 21:58:26 +08:00
Artturin
60e9cffe2c Merge branch 'master' into staging-next 2024-07-22 22:53:31 +03:00
Bobby Rong
3e9b9159cb
Merge pull request #327144 from bobby285271/upd/cinnamon-xapps-by-name
Move various packages out of cinnamon scope
2024-07-22 21:33:16 +08:00
Bobby Rong
4265a3e720
warpinator: 1.8.5 -> 1.8.6
https://github.com/linuxmint/warpinator/compare/1.8.5...1.8.6
2024-07-22 20:48:51 +08:00
Bobby Rong
508637b0e3
xapp: Move from cinnamon scope to top-level
* The timeshift changes are used to make by-name check happy.
* More by-name changes in the next commit.
2024-07-22 01:02:16 +08:00
Bobby Rong
4e7cf17a36
python3.pkgs.python-xapp: Renamed from python3.pkgs.xapp
* The upstream meson.build project name is python-xapp.
* It is too common to require both the xapp and python-xapp in the same package and as a
  result too easy to result in wrong usages like the one mentioned in pull request 213561.
2024-07-22 01:02:15 +08:00
Bobby Rong
6326886cd0
warpinator: Move from cinnamon scope to top-level 2024-07-21 21:17:07 +08:00
Sigmanificient
1ea1b6c6f3 wakatime-cli: 1.93.0 -> 1.95.0 2024-07-21 14:56:41 +02:00
R. Ryantm
09a8a7ddbb waf: 2.1.1 -> 2.1.2 2024-07-18 18:04:27 +00:00
github-actions[bot]
401d4660b3
Merge staging-next into staging 2024-07-18 18:01:57 +00:00
Gaetan Lepage
160d90cb91 waybar: 0.10.3 -> 0.10.4
Diff: https://github.com/Alexays/Waybar/compare/0.10.3...0.10.4

Changelog: https://github.com/alexays/waybar/releases/tag/0.10.4
2024-07-18 10:07:31 +02:00
Artturin
a516ea8c99 Merge branch 'staging-next' into staging 2024-07-16 19:07:48 +03:00
R. Ryantm
5db33d7d00 warp-terminal: 0.2024.06.25.08.02.stable_01 -> 0.2024.07.09.08.01.stable_00 2024-07-15 04:51:59 +00:00
github-actions[bot]
0d7af056e2
Merge staging-next into staging 2024-07-14 12:02:04 +00:00
Vladimír Čunát
211398c03e
Merge branch 'staging-next' into staging 2024-07-14 08:35:35 +02:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
Donovan Glover
79e2803a71
walker: 0.0.72 -> 0.0.88 2024-07-12 12:20:37 -04:00
github-actions[bot]
64d386c889
Merge staging-next into staging 2024-07-12 06:02:12 +00:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Kirill Radzikhovskyy
7211c5c1be wakatime-cli: unpin buildGoModule 2024-07-10 10:58:35 +10:00