Commit Graph

194 Commits

Author SHA1 Message Date
Artturin
faef69434e
intiface-central: 2.6.0 -> 2.6.4 (#351191) 2024-10-27 05:59:09 +02:00
Aleksana
ea20054fd6
ineffassign: fix build (#350398) 2024-10-27 11:50:06 +08:00
Tristan Ross
9c3c35d26b
buildFlutterApplication: prevent conflicting app directories (#345404) 2024-10-25 13:18:20 -07:00
Tristan Ross
734f9c7059
intiface-central: use $pname for app dir 2024-10-25 10:17:12 -07:00
⛧-440729 [sophie]
89f7e425cc
intiface-central: 2.6.0 -> 2.6.4 2024-10-25 16:45:04 +02:00
Franco Cortesi
765f9b75b9 inv-sig-helper: 0-unstable-2024-08-17 -> 0-unstable-2024-09-24 2024-10-24 13:34:45 -03:00
wxt
65ed427ce9 ineffassign: add passthru.updateScript; unstable-2021-09-04 -> 0.1.0 2024-10-22 18:02:42 +08:00
wxt
e8aa0985c1 ineffassign: add bot-wxt1221 as maintainers 2024-10-22 11:58:08 +08:00
wxt
68b21a7c3b ineffassign: nixfmt 2024-10-22 11:29:38 +08:00
wxt
1f39a95faf ineffassign: move to by-name 2024-10-22 11:29:27 +08:00
Pol Dellaiera
47dd18486f
inspector: init at 0.2.0 (#349656) 2024-10-21 23:00:11 +02:00
mksafavi
b01da391b7 inspector: init at 0.2.0 2024-10-21 16:24:51 +03:30
Robert Helgesson
c858402c2a libcpr: 1.10.5 -> 1.11.0
Also introduce `libcpr_1_10_5` for use by influxdb-cxx, which is
incompatible with the new version. The 1.10.5 is to be removed when
influxdb-cxx is updated.

Finally migrate package to `by-name`.
2024-10-18 08:41:56 +02:00
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
h7x4
39b71cdb68
intelli-shell: init at 0.2.7 (#289430) 2024-10-06 03:38:12 +02:00
Peder Bergebakken Sundt
ed3a6c9bec
intel-undervolt: init at 1.7 (#343348) 2024-10-05 23:17:58 +02:00
h7x4
1008d5b885
{staruml, figma-linux, infracost, obsidian, scaleway-cli, netbeans}: migrate to by-name (#332171) 2024-10-05 21:36:16 +02:00
Adam C. Stephens
059b6fb1ca
incus: 6.5.0 -> 6.6.0 (#346210) 2024-10-04 10:48:50 -04:00
Bruno Bigras
6279ff95ed incus: 6.5.0 -> 6.6.0 2024-10-03 12:50:14 -04:00
Benedikt Peetz
94c6a192b6
invidious-router: add updateScript 2024-10-02 07:34:02 +02:00
Benedikt Peetz
5cafb0d3d9
invidious-router: 1.1 -> 1.2 2024-10-02 07:33:16 +02:00
Benedikt Peetz
9e050daa93
invidious-router: format with nixfmt-rfc-style 2024-10-02 07:32:49 +02:00
kashw2
66ae511fb5 infracost: moved to by-name 2024-09-27 12:51:21 +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
Gavin John
0e8c4663aa
intel-undervolt: init at 1.7 2024-09-20 13:42:35 -07:00
Adam C. Stephens
d6ef7833cc
lxc/incus LTS upgrades: 6.0.1 -> 6.0.2 (#343058) 2024-09-20 12:42:44 -04:00
Peder Bergebakken Sundt
d211b80768
inhibridge: init at 0.3.0 (#268276) 2024-09-19 23:09:41 +02:00
Adam Stephens
ee30c817cb
incus-lts: 6.0.1 -> 6.0.2
https://discuss.linuxcontainers.org/t/incus-6-0-2-lts-has-been-released/21633
2024-09-19 12:17:17 -04:00
Adam Stephens
06c8f2833b
incus: port updateScript from nushell to python 2024-09-19 12:17:13 -04:00
Pol Dellaiera
fdc8a54682
intelephense: 1.12.5 -> 1.12.6 (#342215) 2024-09-17 13:18:39 +02:00
Patka
4acc2170c6
intelephense: 1.12.5 -> 1.12.6 2024-09-17 12:04:42 +02: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
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
github-actions[bot]
90a93f92bb
Merge master into staging-next 2024-09-09 12:05:58 +00:00
Gaétan Lepage
6b03173a3b
inv-sig-helper: init at 0-unstable-2024-08-17 (#340384) 2024-09-09 08:58:27 +02:00
github-actions[bot]
f2b767ea43
Merge master into staging-next 2024-09-09 00:14:38 +00:00
Adam Stephens
5f774de529
incus-lts: apply qemu 9.1 patches 2024-09-08 09:52:07 -04:00
Gaetan Lepage
174a21e26a inv-sig-helper: init at 0-unstable-2024-08-17 2024-09-08 12:14:25 +02:00
github-actions[bot]
5a5ebe5a1c
Merge master into staging-next 2024-09-07 18:04:01 +00:00
Adam Stephens
17ed2a5b50
incus: apply qemu 9.1 patches 2024-09-07 10:45:21 -04:00
Bruno Bigras
77e1f40eed incus: 6.4.0 -> 6.5.0 2024-09-06 13:43:33 -04:00
github-actions[bot]
9b619f2f77
Merge master into staging-next 2024-09-03 12:05:18 +00:00
lassulus
1f20f29afc
inshellisense: 0.0.1-rc.15 -> 0.0.1-rc.16 (#338240) 2024-09-03 10:18:41 +02:00
github-actions[bot]
adf89e90c6
Merge staging-next into staging 2024-09-01 12:05:29 +00:00
Patka
6776764639
intelephense: remove from nodePackages 2024-09-01 11:12:00 +02:00
Malo Bourgon
8feccc5533 inshellisense: 0.0.1-rc.15 -> 0.0.1-rc.16
Diff: https://github.com/microsoft/inshellisense/compare/refs/tags/0.0.1-rc.15...0.0.1-rc.16
2024-08-29 11:03:40 -07:00
Anderson Torres
56ff39832d installShellFiles: set passthru directly instead of overriding it 2024-08-28 18:52:12 -03:00
Anderson Torres
bb5aa086d6 installShellFiles: rewrite functions
- Use FUNCNAME to track the name of function being called
- use long options for install commands
- use nix*Log functions for logging, instead of custom echoes
- remove silent error construction `|| return`
2024-08-28 18:51:07 -03:00
Anderson Torres
507416c311 installShellFiles: add new tests install-bin and install-bin-output 2024-08-28 18:51:07 -03:00
Anderson Torres
1c9d4799c2 installShellFiles: add new function installBin 2024-08-28 18:51:06 -03:00