Sandro
af943eada3
powermode-indicator: init at unstable-2024-07-13 ( #342080 )
2024-10-02 17:59:08 +02:00
Alexandre Acebedo
6bc64ac03a
powermode-indicator: init at unstable-2024-07-13
2024-10-01 22:38:48 +02:00
Morgan Helton
9ab8b25dc8
pomerium: 0.26.1 -> 0.27.1
2024-09-30 21:12:09 -05:00
Morgan Helton
2a42c191d4
pomerium: move to by-name
2024-09-30 20:50:17 -05:00
seth
686cff417a
pot: use cargo-tauri.hook
2024-09-30 20:13:15 -04:00
Robert Schütz
543781083a
treewide: replace passthru.optional-dependencies with optional-dependencies
2024-09-29 20:37:23 -07:00
R. Ryantm
61a36b6df1
podman-tui: 1.2.1 -> 1.2.2
2024-09-27 15:27:28 +00:00
Peder Bergebakken Sundt
c0a39b4a6f
portfolio: 0.70.4 -> 0.71.1 ( #343912 )
2024-09-25 10:26:23 +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
kilianar
cf22da73ae
portfolio: 0.70.4 -> 0.71.1
...
https://github.com/portfolio-performance/portfolio/releases/tag/0.71.1
2024-09-24 09:14:37 +02:00
Fabian Affolter
de184ab282
polenum: init at 1.6.1-unstable-2024-07-30 ( #342832 )
2024-09-20 17:19:01 +02:00
Kira Bruneau
47394073f2
pokemmo-installer: init at 1.4.8 ( #341389 )
2024-09-19 14:21:32 -04:00
Asier Armenteros
e561362a37
polenum: init at 1.6.1-unstable-2024-07-30
2024-09-18 18:28:45 +02:00
Anthony ROUSSEL
1246e83b48
powertop: migrate to pkgs/by-name, format with nixfmt-rfc-style
2024-09-17 22:02:49 +02:00
Fabián Heredia Montiel
58c41ea50f
power-profiles-daemon: update homepage url ( #342219 )
2024-09-17 00:19:39 -06: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
Patka
fe67756521
power-profiles-daemon: update homepage url
2024-09-16 15:19:52 +02:00
R. Ryantm
85b0872fc9
power-profiles-daemon: 0.22 -> 0.23
2024-09-15 08:42:15 -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
Kira Bruneau
e2594868c9
pokemmo-installer: init at 1.4.8
2024-09-12 10:25:59 -04:00
R. Ryantm
e931c242b6
poethepoet: 0.27.0 -> 0.28.0
2024-09-07 11:04:00 +00:00
Philip Taron
afb866e64a
yarnInstallHook: init ( #328544 )
2024-09-04 14:33:47 -07:00
lelgenio
feb1b538c4
postlight-parser: use yarnInstallHook
2024-09-04 11:15:47 -03:00
Rémi NICOLE
894143a94e
portfolio: 0.70.3 -> 0.70.4 ( #337493 )
2024-09-04 13:36:57 +00:00
r-vdp
0436990db5
power-profiles-daemon: add updateScript
2024-09-03 15:03:34 +02:00
r-vdp
122e267f17
power-profiles-daemon: use finalAttrs
2024-09-03 15:03:33 +02:00
r-vdp
916f08fab3
power-profiles-daemon: move to pkgs/by-name
2024-09-03 15:03:00 +02:00
Peder Bergebakken Sundt
ebc2389134
treewide: remove refs/tags/
from github release meta.changelog
urls
...
diff of `jq <packages.json 'to_entries[]|"\(.key) \(.value.meta.changelog)"' -r`:
https://gist.github.com/pbsds/49b2e2ae5c9b967a0972bbc3c2597c12
2024-08-29 22:45:00 -04:00
Johannes Jöns
8f8d949e95
pop-launcher: prefer --replace-fail for substituteInPlace ( #337457 )
2024-08-28 19:33:34 +00:00
kilianar
67cb78ed56
portfolio: 0.70.3 -> 0.70.4
...
https://github.com/portfolio-performance/portfolio/releases/tag/0.70.4
2024-08-26 17:28:11 +02:00
a-kenji
91122d6d31
pop-launcher: migrate to by-name
2024-08-26 13:57:09 +02:00
R. Ryantm
af75da3444
powerpipe: 0.4.2 -> 0.4.3
2024-08-25 07:54:18 +00:00
R. Ryantm
b104d36a69
podman-tui: 1.2.0 -> 1.2.1
2024-08-24 01:32:16 +00:00
Jan Tojnar
b8f3c78021
Merge pull request #333917 from jtojnar/gnome-top-level
...
gnome: Move more packages to top-level
2024-08-24 01:43:31 +02:00
Sandro
95dfbbf90c
Merge pull request #334606 from luftmensch-luftmensch/poptop_0.1.8
2024-08-22 13:58:42 +02:00
André Silva
13265dab8a
Merge pull request #335669 from Shawn8901/fix-portfolio
...
portfolio: fix crash at startup
2024-08-20 20:33:27 +01:00
nixpkgs-merge-bot[bot]
8d90f80778
Merge pull request #328362 from r-ryantm/auto-update/portablemc
...
portablemc: 4.3.0 -> 4.4.0
2024-08-19 14:55:28 +00:00
Shawn8901
718275f83c
portfolio: fix crash at startup
2024-08-18 21:43:22 +02:00
R. Ryantm
296f1b59e4
powerpipe: 0.4.1 -> 0.4.2
2024-08-18 10:21:23 +00:00
R. Ryantm
65bb048ebf
polybar: 3.7.1 -> 3.7.2
2024-08-17 14:18:20 +00:00
luftmensch-luftmensch
fc95088f11
poptop: init at 0.1.8
2024-08-14 16:32:39 +02:00
Sebastián Mancilla
45e4635803
Merge pull request #328817 from r-ryantm/auto-update/poethepoet
...
poethepoet: 0.26.1 -> 0.27.0
2024-08-13 21:22:14 -04:00
Jan Tojnar
1e2a2205f0
polari: Move from gnome scope to top-level
2024-08-12 00:28:55 +02:00
Pol Dellaiera
515fb60f66
Merge pull request #333619 from r-ryantm/auto-update/portfolio
...
portfolio: 0.69.1 -> 0.70.3
2024-08-11 20:36:18 +02:00
Florian
73fc02bff2
Merge pull request #333050 from HeitorAugustoLN/polonium
...
polonium: move to by-name, add HeitorAugustoLN to maintainers
2024-08-11 15:25:45 +02:00
R. Ryantm
311ccdbca0
portfolio: 0.69.1 -> 0.70.3
2024-08-10 06:21:21 +00:00
Julien Malka
d6037c7090
Merge pull request #327243 from r-ryantm/auto-update/powerjoular
...
powerjoular: 1.0.1 -> 1.0.4
2024-08-09 15:41:47 +02:00
Heitor Augusto
aec56267ba
polonium: move to by-name
2024-08-07 18:35:18 +00:00
Peder Bergebakken Sundt
239b03c1f0
Merge pull request #331115 from linsui/pot
...
pot: 2.7.9 -> 3.0.5
2024-08-07 01:44:31 +02:00
Sandro
90fc87038b
Merge pull request #331944 from aaronjheng/podman-tui
...
podman-tui: 1.1.0 -> 1.2.0
2024-08-03 16:48:53 +02:00