Rick van Schijndel
d5eb65e2a1
hydra: 0-unstable-2024-09-24 -> 0-unstable-2024-10-08 ( #347872 )
2024-10-13 14:51:07 +02:00
zowoq
ffacc34e7c
hydra: 0-unstable-2024-09-24 -> 0-unstable-2024-10-08
...
Diff: 95003f2eb5...c69e30122b
2024-10-11 17:55:39 +10:00
K900
40dd5a1087
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-10 10:49:47 +03:00
Masum Reza
3f16bb4a40
hyprland: 44.0 -> 44.1 ( #347624 )
2024-10-10 10:46:34 +05:30
github-actions[bot]
1404154595
Merge master into staging-next
2024-10-10 00:14:06 +00:00
Atemu
28c5967cbf
hyprland: 44.0 -> 44.1
...
This also fixes the info.json which was missed in the previous update.
2024-10-10 02:13:23 +02:00
Pol Dellaiera
493b71e81e
hypre: 2.31.0 -> 2.32.0 ( #347368 )
2024-10-09 20:56:19 +02:00
K900
0717a4da77
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-09 21:08:25 +03:00
Masum Reza
9fd89c03fe
hyprland: 0.43.0 -> 0.44.0, hyprpicker: 0.3.0 -> 0.4.1 ( #346906 )
2024-10-09 17:49:00 +05:30
Mihai Fufezan
51b85c5d18
hyprland: 0.43.0 -> 0.44.0
2024-10-09 11:28:29 +03:00
Mihai Fufezan
359a25b1fa
hyprland: use meson for building
...
Follow upstream.
2024-10-09 11:28:29 +03:00
Mihai Fufezan
43bf94409f
hyprland: use moldLinker via stdenvAdapters
...
Leave open the possibility of adding multiple adapters in the future.
2024-10-09 11:28:28 +03:00
Mihai Fufezan
16f8bcfe70
hyprland: format
...
Use `inherit (lib) x` instead of `lib.x`
Remove no-longer-needed jq
Use importJSON
2024-10-09 11:28:28 +03:00
R. Ryantm
b467c83d8e
hypre: 2.31.0 -> 2.32.0
2024-10-08 23:51:28 +00:00
github-actions[bot]
b33aedbb4d
Merge master into staging-next
2024-10-07 12:05:43 +00:00
Rick van Schijndel
fa62cbb08e
hydra: 0-unstable-2024-09-20 -> 0-unstable-2024-09-24 ( #344312 )
2024-10-07 11:57:46 +02:00
github-actions[bot]
7ab01e096c
Merge master into staging-next
2024-10-06 18:03:58 +00:00
R. Ryantm
ffd96b1cc0
hyprutils: 0.2.2 -> 0.2.3
2024-10-06 10:28:51 +00:00
github-actions[bot]
e9c8665026
Merge master into staging-next
2024-10-05 00:14:01 +00: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
github-actions[bot]
61f961f1f6
Merge master into staging-next
2024-10-04 06:04:48 +00:00
Martin Weinelt
52cfd83eee
hyperhdr: init at 20.0.0.0 ( #306321 )
2024-10-04 02:24:50 +02:00
K900
3f7da3dfa9
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-01 08:44:24 +03:00
Christian Bergschneider
b4857bb6e1
hyprnotify: 0.7.0 -> 0.8.0
2024-09-30 10:45:05 +00:00
Artturin
f0e657f3b1
Merge branch 'master' into staging-next
2024-09-25 06:05:01 +03:00
zowoq
a44cd70b30
hydra: 0-unstable-2024-09-20 -> 0-unstable-2024-09-24
2024-09-25 07:17:53 +10: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
github-actions[bot]
3625d99bb2
Merge master into staging-next
2024-09-23 00:14:30 +00:00
Fabián Heredia Montiel
9b2a506736
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/tools/package-management/nix/default.nix
2024-09-22 13:45:27 -06:00
John Titor
f00be3d97b
hyprutils: 0.2.1 -> 0.2.2
2024-09-22 21:56:31 +05:30
R. Ryantm
6fc8ce2fc2
hyprwayland-scanner: 0.4.0 -> 0.4.2
2024-09-22 10:23:17 +00:00
github-actions[bot]
f2c1ad7ad5
Merge master into staging-next
2024-09-21 18:03:54 +00:00
Nick Cao
0f0a245e7f
hyprland-activewindow: 1.0.3 -> 1.0.4 ( #343285 )
2024-09-21 09:11:19 -04:00
github-actions[bot]
754402a237
Merge staging-next into staging
2024-09-21 00:13:41 +00:00
Nick Cao
a1d92660c6
hydra: 0-unstable-2024-09-15 -> 0-unstable-2024-09-20 ( #338902 )
2024-09-20 18:35:44 -04:00
R. Ryantm
c602e93db6
hyprland-workspaces: 2.0.1 -> 2.0.2
2024-09-20 17:41:47 +00:00
K900
01669ae33d
libtiff: 4.6.0 -> 4.7.0, cleanup libtiff_t and its dependees ( #340566 )
2024-09-20 19:40:16 +03:00
R. Ryantm
12edf528be
hyprland-activewindow: 1.0.3 -> 1.0.4
2024-09-20 15:02:55 +00:00
zowoq
47f6fa0939
hydra: 0-unstable-2024-09-15 -> 0-unstable-2024-09-20
2024-09-20 17:36:22 +10:00
Yarny0
6099db1292
hylafaxplus: migrate to pkgs/by-name
overlay
2024-09-18 19:51:00 +02:00
zowoq
f550781924
hydra: 0-unstable-2024-08-27 -> 0-unstable-2024-09-15
2024-09-16 02:37:36 +00:00
zowoq
4d0986e5ff
hydra: add unstableGitUpdater
2024-09-16 12:36:39 +10:00
Artturin
b4a9d20772
hydra: improve structuredAttrs support ( #340840 )
2024-09-10 00:06:09 +03:00
Mihai Fufezan
37870b8f2e
hyprland: 0.42.0 -> 0.43.0
2024-09-08 22:58:41 +03:00
Rick van Schijndel
97db9d0692
hydra: improve structuredAttrs support
...
Previously the ldap tests were failing.
Putting them in the env attribute set ensures the tests now pass.
2024-09-06 08:00:50 +02:00
Vladimír Čunát
70d3f0c4ec
hypridle: fix build, missing wayland-scanner
2024-08-31 11:23:44 +02:00
github-actions[bot]
5702f5278f
Merge master into staging-next
2024-08-29 12:05:13 +00:00
zowoq
747060f364
hydra: move to pkgs/by-name
2024-08-29 15:34:35 +10:00
K900
b76567c281
Merge remote-tracking branch 'origin/master' into staging-next
2024-08-25 15:20:44 +03:00
Youwen Wu
51bc064805
hyprland: fixed broken OpenGL on asahi linux
2024-08-25 03:15:27 -07:00