areif-dev
a1cba1a4a1
river-bsp-layout: init at 2.1.0
2024-10-19 16:42:43 -04:00
TomaSajt
e05db84644
ride: refactor and improve electron usage
2024-10-06 12:47:05 +02:00
R. Ryantm
78cc9b0190
ripunzip: 1.2.3 -> 2.0.0
2024-10-04 05:05:42 +00: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
Peder Bergebakken Sundt
8aa42ae0d9
treewide: remove CMAKE_BUILD_TYPE from cmakeFlags ( #336854 )
2024-09-19 22:32:31 +02:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant
2024-09-10 15:02:41 -04:00
github-actions[bot]
b857d97eec
Merge master into staging-next
2024-08-30 18:04:02 +00:00
R. Ryantm
5c0ac95283
ripunzip: 1.2.2 -> 1.2.3
2024-08-30 14:35:06 +00:00
github-actions[bot]
59b57346d9
Merge master into staging-next
2024-08-28 18:04:19 +00:00
TomaSajt
d29486120d
ride: use electron.dist
2024-08-27 21:37:17 +02:00
jopejoe1
4b84d3dfec
ricochet-refresh: remove CMAKE_BUILD_TYPE from cmakeFlags
2024-08-23 19:02:50 +02:00
Alyssa Ross
e2c1352232
river: depend on wayland-scanner
...
Currently wayland-scanner is defined to be wayland.bin, but we want to
split wayland-scanner into a separate package.
River also needs `wayland` itself in `buildInputs`.
2024-08-11 18:58:52 +03:00
Adam Stephens
85bb3a2fba
river: 0.3.4 -> 0.3.5
...
depend on wlroots_0_18
https://codeberg.org/river/river/releases/tag/v0.3.5
2024-07-30 08:02:48 -04:00
K900
24076029d2
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-28 01:04:35 +03:00
Reno Dakota
745ab2c3f2
ricochet-refresh: fix strict deps
...
add protobuf to nativeBuildInputs
2024-07-25 07:19:33 +00:00
Randy Eckenrode
f9b7f4ec09
tree-wide: use top-level cctools
2024-07-17 22:36:19 -04:00
Josh Holland
e589ce6148
ringing-lib: init at 0-unstable-2024-05-31 ( #210560 )
2024-07-13 23:49:00 +05:30
R. Ryantm
3303c1f47e
rippkgs: 1.1.0 -> 1.1.1
2024-07-12 05:12:01 +00:00
Gaetan Lepage
4fc5e5bcbf
river: 0.3.3 -> 0.3.4
...
Diff: https://codeberg.org/river/river/compare/v0.3.3...v0.3.4
Changelog: https://codeberg.org/river/river/releases/tag/v0.3.4
2024-07-10 14:11:12 +02:00
Pol Dellaiera
015702c1d6
Merge pull request #324434 from quantenzitrone/rimgo
...
rimgo: 1.2.5 -> 1.2.6
2024-07-04 19:33:34 +02:00
Zitrone
38268d2d12
rimgo: 1.2.5 -> 1.2.6
2024-07-04 01:06:09 +02:00
h7x4
f35d30f39c
Merge pull request #323637 from r-ryantm/auto-update/ricochet-refresh
...
ricochet-refresh: 3.0.24 -> 3.0.25
2024-07-02 22:01:06 +02:00
Sandro
0088f2063f
Merge pull request #313397 from TomaSajt/ride-darwin
...
ride: add darwin support
2024-07-02 20:24:09 +02:00
R. Ryantm
f6d4c8771c
ricochet-refresh: 3.0.24 -> 3.0.25
2024-06-30 18:23:32 +00:00
Artturin
bf00e70ff3
Merge pull request #321401 from quantenzitrone/rimgo
...
rimgo: 1.2.3 -> 1.2.5
2024-06-28 16:24:01 +03:00
Zitrone
c2e1caacec
rimgo: 1.2.3 -> 1.2.5
2024-06-21 04:56:47 +02:00
John Titor
4e23d8eed0
river: 0.3.2 -> 0.3.3
2024-06-16 14:14:05 +05:30
kirillrdy
a9c7f94f4d
Merge pull request #317887 from aaronjheng/ricochet-refresh
...
ricochet-refresh: 3.0.23 -> 3.0.24
2024-06-14 20:32:42 +00:00
TomaSajt
9be52e31b7
ride: add darwin support
2024-06-14 19:43:56 +02:00
Aaron Jheng
af05a4e395
ricochet-refresh: 3.0.23 -> 3.0.24
2024-06-14 14:29:25 +08:00
TomaSajt
27376c9e1f
ride: add patch to support later electron versions
2024-06-13 14:38:44 +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
Peder Bergebakken Sundt
63f711cdeb
Merge pull request #315199 from uncenter/feat/ringfairy
...
ringfairy: init at 0.1.2-unstable-2024-05-11
2024-06-05 03:36:03 +02:00
Thomas Gerbet
91179fc6fe
Merge pull request #316454 from r-ryantm/auto-update/ripunzip
...
ripunzip: 1.2.1 -> 1.2.2
2024-06-02 01:27:06 +02:00
Peder Bergebakken Sundt
a4329a34eb
Merge pull request #306820 from donovanglover/ringracers
...
ringracers: init at 2.3
2024-06-02 01:21:18 +02:00
R. Ryantm
6ef504c748
ripunzip: 1.2.1 -> 1.2.2
2024-06-01 15:46:02 +00:00
Peder Bergebakken Sundt
5c5904ab37
Merge pull request #304778 from aktaboot/update-ricochet-refresh
...
ricochet-refresh: 3.0.22 -> 3.0.23
2024-05-31 23:56:49 +02:00
uncenter
c24ce99dbe
ringfairy: init at 0.1.2-unstable-2024-05-11
2024-05-29 16:26:35 -04:00
Donovan Glover
e6fe91d186
ringracers: init at 2.3
...
Closes https://github.com/NixOS/nixpkgs/issues/306707
2024-05-21 20:37:49 -04:00
Adam Stephens
9630384d01
river: 0.3.1 -> 0.3.2
...
https://codeberg.org/river/river/releases/tag/v0.3.2
Added update script. zon2nix is not currently working with zig 0.12,
so will not work fully until resolved.
2024-05-20 23:49:24 -04:00
Adam Stephens
ee643da233
river: move to by-name
2024-05-20 23:42:05 -04:00
R. Ryantm
10ef0b48a9
ripunzip: 1.1.0 -> 1.2.1
2024-05-15 14:52:41 +00:00
TomaSajt
9261129ce1
ride: init at 4.5.4097
2024-05-14 13:53:13 +02:00
OPNA2608
c9ad930623
river-bnf: unstable-2023-10-10 -> 0-unstable-2023-10-10
2024-05-04 19:44:27 +02:00
Weijia Wang
3bd17f61ae
Merge pull request #291392 from pkulak/create-filtile
...
river-filtile: init at 1.2.1
2024-05-02 13:00:07 +02:00
R. Ryantm
0c80cf5101
ripsecrets: 0.1.7 -> 0.1.8
2024-04-26 11:22:18 +00:00
Emily Trau
1d06fda5c1
Merge pull request #289762 from D3vil0p3r/patch-13
...
rifiuti: init at 20040505_1
2024-04-25 19:38:32 +10:00
D3vil0p3r
b4d35e2746
rifiuti: init at 20040505_1
2024-04-25 10:20:36 +02:00
Colton Donnelly
9cb1d6edbb
rippkgs: add cdmistman as maintainer
2024-04-19 10:57:33 -04:00
éclairevoyant
63f44f177d
rippkgs: init at 1.1.0
2024-04-18 15:10:52 -04:00