Commit Graph

1605 Commits

Author SHA1 Message Date
Dimitar Nestorov
a1c3173e7e
bartender: 5.1.8 -> 5.2.3 2024-10-16 20:30:31 +03:00
github-actions[bot]
aa2334f4a8
Merge master into staging-next 2024-10-11 00:14:02 +00:00
DontEatOreo
3b66f6f8fd
raycast: 1.83.2 -> 1.84.2
Changelog: https://www.raycast.com/changelog/1-84-0
2024-10-10 13:23:12 +03:00
github-actions[bot]
e9c8665026
Merge master into staging-next 2024-10-05 00:14:01 +00:00
h7x4
64a98027b4
treewide: remove unreferenced patch files (#346477) 2024-10-05 00:09:27 +02:00
Peder Bergebakken Sundt
cd673393d2 treewide: remove unreferenced patch files
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'``

We're running more and more into patches fetched via `applyPatches`, for the next PR i'll script something to account for that.
2024-10-04 19:38:56 +02:00
Randy Eckenrode
9776002fd7
moltenvk: fix build on staging-next
https://github.com/NixOS/nixpkgs/pull/342459 changed glslang to build
shared libraries, which breaks the MoltenVK build. Drop the static
libraries and link only glslang.
2024-10-03 22:12:02 -04:00
DontEatOreo
61d40e678c
raycast: 1.83.1 -> 1.83.2
Changelog: https://www.raycast.com/changelog/1-83-0
2024-10-02 18:13:41 +03:00
Dimitar Nestorov
d6cae7344b
bartender: add DimitarNestorov to maintainers 2024-09-29 16:13:22 +03:00
Dimitar Nestorov
7b4bba9dd4
bartender: 5.1.5 -> 5.1.8 2024-09-28 10:47:34 +03:00
Weijia Wang
b28ca15d5d
bartender: 5.1.2 -> 5.1.5 (#342965) 2024-09-27 02:22:34 +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
DontEatOreo
b98d61bfe8
raycast: 1.82.5 -> 1.83.1
Changelog: https://www.raycast.com/changelog/1-83-0
2024-09-20 14:39:28 +03:00
Dimitar Nestorov
ac7e26a5db
bartender: 5.1.2 -> 5.1.5 2024-09-19 08:36:02 +03:00
Fabián Heredia Montiel
ad1e85cdd5
raycast: 1.82.0 -> 1.82.5 (#341395) 2024-09-13 12:36:10 -06:00
DontEatOreo
7a5f33c57f
raycast: 1.82.0 -> 1.82.5 2024-09-12 17:45:54 +03:00
Dimitar Nestorov
cd76dbde70
bartender: 5.1.1 -> 5.1.2 2024-09-09 08:25:13 +03:00
Aleksana
d66e752306
shortcat: 0.11.0 -> 0.11.4 (#336075) 2024-09-08 09:50:57 +08:00
Aleksana
2cb8581d10
darwin.xcode: add 15.2, 15.3 and 15.4 (#313003) 2024-09-07 16:24:18 +08:00
DontEatOreo
b6b4f4044c
raycast: 1.81.2 -> 1.82.0
Changelog: https://www.raycast.com/changelog/1-82-0
2024-09-04 18:41:11 +03:00
Weijia Wang
5cbbd23d5d
utm: 4.5.3 -> 4.5.4 (#338560) 2024-09-01 13:49:51 +02:00
Weijia Wang
c9f786d4f0 utm: 4.5.3 -> 4.5.4 2024-08-31 08:48:47 +02:00
Dimitar Nestorov
62341f79fb
bartender: 5.1.0 -> 5.1.1 2024-08-30 22:03:58 +03:00
Weijia Wang
f441965069
Merge pull request #336079 from Kamillaova/update/raycast
raycast: 1.81.0 -> 1.81.2
2024-08-21 21:02:12 +02:00
Sebastián Mancilla
d7a16e05a1
Merge pull request #335444 from DimitarNestorov/update-bartender
bartender: 5.0.52 -> 5.1.0
2024-08-20 20:32:19 -04:00
Atemu
657b14eed0
Merge pull request #335700 from DontEatOreo/update-and-refactor-karabiner-elements
karabiner-elements: 14.13.0 -> 15.0.0, refactor and cleanup
2024-08-20 18:29:38 +02:00
Kamillaova
1e361a53fe
raycast: 1.81.0 -> 1.81.2 2024-08-20 17:43:54 +03:00
Martin Knudsen
9c79955b9f shortcat: 0.11.0 -> 0.11.4 2024-08-20 16:31:01 +02:00
zowoq
f165866308 darwin.xcode: set sourceProvenance 2024-08-20 09:45:53 +10:00
DontEatOreo
ea09687d5f
karabiner-elements: 14.13.0 -> 15.0.0
Changelog: https://github.com/pqrs-org/Karabiner-Elements/releases/tag/v15.0.0
Diff: https://github.com/pqrs-org/Karabiner-Elements/compare/v14.13.0...v15.0.0
2024-08-19 01:45:54 +03:00
DontEatOreo
e5aa8e2182
karabiner-elements: switch to finalAttrs pattern 2024-08-19 01:43:30 +03:00
DontEatOreo
b941404ab9
karabiner-elements: simplify updateScript 2024-08-19 01:42:21 +03:00
DontEatOreo
fa35b05955
karabiner-elements: refactor meta 2024-08-19 01:40:45 +03:00
DontEatOreo
f88424f5d8
karabiner-elements: format with nixfmt-rfc-style 2024-08-19 01:38:39 +03:00
Dimitar Nestorov
6fd0909cd7
bartender: 5.0.52 -> 5.1.0 2024-08-17 22:16:03 +03:00
Peder Bergebakken Sundt
4d27ef4708
Merge pull request #296701 from stepbrobd/aldente
aldente: 1.24.1 -> 1.27.3
2024-08-15 22:38:48 +02:00
Bernardo Meurer
d226132734
Merge pull request #334664 from DontEatOreo/update-raycast 2024-08-14 16:08:10 -03:00
DontEatOreo
8bf88886de
raycast: 1.80.0 -> 1.81.0
Changelog: https://www.raycast.com/changelog/1-81-0
2024-08-14 19:59:17 +03:00
github-actions[bot]
65e354888d
Merge master into staging-next 2024-08-13 12:01:26 +00:00
Yifei Sun
629b012e04
aldente: 1.24.1 -> 1.27.3
- also formatted with nixfmt-rfc-style
2024-08-10 23:36:50 +09:00
volesen
73868e0808 darwin.moltenvk: Add enableStatic option 2024-08-09 15:21:57 +02:00
github-actions[bot]
6c87856002
Merge staging-next into staging 2024-08-06 12:01:45 +00:00
Weijia Wang
f45019f57b rectangle: move to pkgs/by-name, format 2024-08-03 23:53:19 +02:00
github-actions[bot]
931cf50e01
Merge staging-next into staging 2024-08-02 18:01:49 +00:00
Masum Reza
5e72b96273
Merge pull request #331345 from DontEatOreo/update-raycast
raycast: 1.79.0 -> 1.80.0
2024-08-02 18:48:12 +05:30
github-actions[bot]
6005fb81f3
Merge staging-next into staging 2024-08-01 18:01:28 +00:00
Randy Eckenrode
50ce305c16
darwin.apple_sdk_12_3: propagate CloudKit from CoreData
CoreData depends on CloudKit in the 12.3 SDK.
2024-07-31 17:17:47 -04:00
DontEatOreo
21ed61f0af
raycast: 1.79.0 -> 1.80.0
Changelog: https://www.raycast.com/changelog/1-80-0
2024-07-31 21:07:53 +03:00
K900
4f29b5a16b Merge remote-tracking branch 'origin/staging-next' into staging 2024-07-31 08:57:17 +03: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