José Romildo
7abbb28c59
whitesur-kde: 2022-05-01-unstable-2024-09-26 -> 2022-05-01-unstable-2024-11-01
2024-11-02 09:40:31 -03:00
José Romildo Malaquias
b4119a4d53
whitesur-gtk-theme: 2024-05-01 -> 2024.09.02 ( #352423 )
2024-11-02 09:14:50 -03:00
José Romildo Malaquias
6c40976b8e
marwaita-pop_os 17.0 -> marwaita-yellow 20.3.1 ( #352233 )
2024-11-01 08:55:37 -03:00
José Romildo
486288a592
whitesur-gtk-theme: 2024-05-01 -> 2024.09.02
2024-10-30 14:33:52 -03:00
José Romildo
c1d73ed99f
marwaita-yellow: move to pkgs/by-name
2024-10-29 20:57:24 -03:00
José Romildo
2f82a95b74
marwaita-pop_os: renamed to marwaita-yellow
2024-10-29 20:52:07 -03:00
K900
0c45a8b5c4
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-28 21:46:13 +03:00
R. Ryantm
1af140facb
alacritty-theme: 0-unstable-2024-09-27 -> 0-unstable-2024-10-24
2024-10-27 18:03:43 +00:00
K900
894462661c
Merge branch 'master' into staging-next
2024-10-19 09:09:13 +03:00
Artturin
c785b78f68
catppuccin-kvantum: unstable-2022-07-04 -> 0-unstable-2024-10-10 ( #348071 )
2024-10-19 05:49:54 +03:00
github-actions[bot]
8ba820d7db
Merge master into staging-next
2024-10-17 12:05:34 +00:00
José Romildo Malaquias
ff3e9d65c8
qogir-kde: 0-unstable-2024-09-01 -> 0-unstable-2024-09-21 ( #344970 )
2024-10-17 08:22:42 -03:00
Niko Cantero
28e80fa9c1
adw-gtk3: migrate to by-name
2024-10-16 09:43:28 +02:00
diniamo
8248bb94fa
catppuccin-kvantum: unstable-2022-07-04 -> 0-unstable-2024-10-10
...
Also removes `with lib;`.
2024-10-14 18:46:46 +02:00
R. Ryantm
1799029f27
dracula-theme: 4.0.0-unstable-2024-09-24 -> 4.0.0-unstable-2024-10-03
2024-10-09 07:25:56 +00:00
R. Ryantm
e699b93fdd
alacritty-theme: 0-unstable-2024-09-03 -> 0-unstable-2024-09-27
2024-10-02 05:27:48 +00:00
seth
ebf20216c5
adw-gtk3: 5.4 -> 5.3
...
This reverts commit af654ff043
.
Fixes https://github.com/NixOS/nixpkgs/issues/345084
2024-09-30 23:47:05 -04:00
R. Ryantm
fcc1b52f56
dracula-theme: 4.0.0-unstable-2024-09-07 -> 4.0.0-unstable-2024-09-24
2024-09-30 03:55:42 +00:00
R. Ryantm
c2669d4470
whitesur-kde: 2022-05-01-unstable-2024-09-10 -> 2022-05-01-unstable-2024-09-26
2024-09-28 12:02:45 +00:00
R. Ryantm
8dac453957
qogir-kde: 0-unstable-2024-09-01 -> 0-unstable-2024-09-21
2024-09-27 23:24:54 +00:00
Weijia Wang
4984a56ad1
sddm-astronaut: Fix meta.homepage url ( #344519 )
2024-09-27 02:52:47 +02:00
Weijia Wang
154ab611a1
whitesur-kde: 2022-05-01-unstable-2024-08-26 -> 2022-05-01-unstable-2024-09-10 ( #342533 )
2024-09-27 00:13:11 +02:00
Mike Thai
880b31fcf7
sddm-astronaut: fix meta.homepage url
2024-09-25 16:15:08 -04: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
R. Ryantm
af654ff043
adw-gtk3: 5.3 -> 5.4
2024-09-22 11:09:23 +00:00
R. Ryantm
38ba7cfb06
whitesur-kde: 2022-05-01-unstable-2024-08-26 -> 2022-05-01-unstable-2024-09-10
2024-09-17 12:48:44 +00:00
R. Ryantm
4405c24688
dracula-theme: 4.0.0-unstable-2024-08-14 -> 4.0.0-unstable-2024-09-07
2024-09-08 19:25:15 +00:00
Nick Cao
39feebc934
flat-remix-gnome: 20240526 -> 20240721 ( #326512 )
2024-09-08 09:22:13 -04:00
Aleksana
c5654fa410
flat-remix-gtk: 20220627 -> 20240730 ( #337009 )
2024-09-06 23:04:14 +08:00
R. Ryantm
81b2b2a85b
qogir-kde: 0-unstable-2024-07-29 -> 0-unstable-2024-09-01
2024-09-05 23:01:47 +00:00
Johannes Jöns
788508253d
orchis-theme: 2024-05-30 -> 2024-09-02 ( #339008 )
2024-09-04 20:11:33 +00:00
R. Ryantm
8983b2925f
alacritty-theme: 0-unstable-2024-07-31 -> 0-unstable-2024-09-03
2024-09-04 06:57:14 +00:00
R. Ryantm
c08983d93b
orchis-theme: 2024-05-30 -> 2024-09-02
2024-09-02 13:31:19 +00:00
Jan Tojnar
ca9576c81d
gnome-shell: Move from gnome scope to top-level
2024-09-01 14:16:31 +02:00
R. Ryantm
fa5932136a
whitesur-kde: 2022-05-01-unstable-2024-08-07 -> 2022-05-01-unstable-2024-08-26
2024-08-30 20:40:57 +00:00
Sandro
b43ec5f8ff
whitesur-kde: unstable-2023-10-06 -> 2022-05-01-unstable-2024-08-07 ( #336563 )
2024-08-28 09:58:58 +02:00
Alexander Trost
a6dd104efe
flat-remix-gtk: 20220627 -> 20240730
...
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
2024-08-24 14:53:27 +02:00
Peder Bergebakken Sundt
63c88c4e8a
treewide: buildPhase="true"
-> dontBuild=true
2024-08-23 12:21:08 +02:00
José Romildo
46e093c98e
whitesur-kde: unstable-2023-10-06 -> 2022-05-01-unstable-2024-08-07
2024-08-22 12:26:58 -03:00
José Romildo
6988ee218c
whitesur-kde: change update script
2024-08-22 09:06:56 -03:00
R. Ryantm
474418fbd3
dracula-theme: 4.0.0-unstable-2024-08-06 -> 4.0.0-unstable-2024-08-14
2024-08-20 10:26:09 +00:00
R. Ryantm
17bc747db4
dracula-theme: 4.0.0-unstable-2024-07-29 -> 4.0.0-unstable-2024-08-06
2024-08-12 23:02:20 +00:00
Peder Bergebakken Sundt
441708dd85
treewide: simplify boolean logic
2024-08-09 16:01:55 +02:00
R. Ryantm
2ea785c809
alacritty-theme: 0-unstable-2024-07-25 -> 0-unstable-2024-07-31
2024-08-08 10:27:58 +00:00
R. Ryantm
9335573a10
dracula-theme: 4.0.0-unstable-2024-07-21 -> 4.0.0-unstable-2024-07-29
2024-08-05 08:43:03 +00:00
Nick Cao
f419776391
Merge pull request #331057 from r-ryantm/auto-update/qogir-kde
...
qogir-kde: 0-unstable-2024-06-28 -> 0-unstable-2024-07-29
2024-07-30 16:54:15 -04:00
R. Ryantm
739ceab3d0
qogir-kde: 0-unstable-2024-06-28 -> 0-unstable-2024-07-29
2024-07-30 10:31:53 +00: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
R. Ryantm
fb7cdc1aba
alacritty-theme: 0-unstable-2024-07-16 -> 0-unstable-2024-07-25
2024-07-27 18:44:54 +00:00
Bobby Rong
3a422267eb
Merge pull request #329199 from bobby285271/upd/cinnamon-by-name
...
Move all packages out of cinnamon scope
2024-07-24 22:04:34 +08:00