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
Franco Cortesi
765f9b75b9
inv-sig-helper: 0-unstable-2024-08-17 -> 0-unstable-2024-09-24
2024-10-24 13:34:45 -03: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
Anderson Torres
98e9fbb530
installShellFiles: dismember tests into their own files
...
It makes the maintenance and creation of tests more intuitive: just throw a Nix
package under tests!
2024-08-28 18:51:06 -03:00
Anderson Torres
e548b31708
installShellFiles: migrate to by-name
2024-08-28 18:51:06 -03:00
Masum Reza
8da188f8e7
Merge pull request #306650 from returntoreality/indi-3rdparty-refactor
...
indi-full: Indi 3rdparty refactor
2024-08-25 23:09:21 +05:30
nixpkgs-merge-bot[bot]
89f8fd07fb
Merge pull request #336450 from r-ryantm/auto-update/ingress2gateway
...
ingress2gateway: 0.2.0 -> 0.3.0
2024-08-22 19:35:52 +00:00
R. Ryantm
0c70f99c63
ingress2gateway: 0.2.0 -> 0.3.0
2024-08-22 02:25:27 +00:00
Peder Bergebakken Sundt
fcdecc256a
treewide: change ${pname}
to string literal ( #336172 )
...
* adwaita-icon-theme: change `${pname}` to string literal
* alp: change `${pname}` to string literal
* alsa-oss: change `${pname}` to string literal
* alsa-plugins: change `${pname}` to string literal
* alsa-ucm-conf: change `${pname}` to string literal
* alsa-utils: change `${pname}` to string literal
* anyrun: change `${pname}` to string literal
* assemblyscript: change `${pname}` to string literal
* audiobookshelf: change `${pname}` to string literal
* baobab: change `${pname}` to string literal
* braa: change `${pname}` to string literal
* brill: change `${pname}` to string literal
* centrifugo: change `${pname}` to string literal
* cheese: change `${pname}` to string literal
* cljfmt: change `${pname}` to string literal
* coppwr: change `${pname}` to string literal
* cosmic-edit: change `${pname}` to string literal
* cosmic-files: change `${pname}` to string literal
* cosmic-store: change `${pname}` to string literal
* cosmic-term: change `${pname}` to string literal
* crate2nix: change `${pname}` to string literal
* cups-kyocera-3500-4500: change `${pname}` to string literal
* dbqn: change `${pname}` to string literal
* dconf-editor: change `${pname}` to string literal
* devhelp: change `${pname}` to string literal
* dmarc-report-converter: change `${pname}` to string literal
* engage: change `${pname}` to string literal
* eog: change `${pname}` to string literal
* evolution-data-server-gtk4: change `${pname}` to string literal
* find-billy: change `${pname}` to string literal
* firefly-iii: change `${pname}` to string literal
* fuchsia-cursor: change `${pname}` to string literal
* geary: change `${pname}` to string literal
* ghex: change `${pname}` to string literal
* gitg: change `${pname}` to string literal
* glasskube: change `${pname}` to string literal
* gnome.gnome-autoar: change `${pname}` to string literal
* gnome.gnome-calculator: change `${pname}` to string literal
* gnome.gnome-calendar: change `${pname}` to string literal
* gnome.gnome-common: change `${pname}` to string literal
* gnome.gnome-dictionary: change `${pname}` to string literal
* gnome.gnome-disk-utility: change `${pname}` to string literal
* gnome.gnome-font-viewer: change `${pname}` to string literal
* gnome.gnome-keyring: change `${pname}` to string literal
* gnome.gnome-screenshot: change `${pname}` to string literal
* gnome.gnome-system-monitor: change `${pname}` to string literal
* gnome.seahorse: change `${pname}` to string literal
* gnome.simple-scan: change `${pname}` to string literal
* gnome.sushi: change `${pname}` to string literal
* gnome.totem: change `${pname}` to string literal
* gnome.yelp: change `${pname}` to string literal
* gnome.yelp-xsl: change `${pname}` to string literal
* gnucap-full: change `${pname}` to string literal
* goredo: change `${pname}` to string literal
* guile-semver: change `${pname}` to string literal
* halo: change `${pname}` to string literal
* intiface-central: change `${pname}` to string literal
* intune-portal: change `${pname}` to string literal
* iscc: change `${pname}` to string literal
* jetbrains-toolbox: change `${pname}` to string literal
* jnr-posix: change `${pname}` to string literal
* keymapp: change `${pname}` to string literal
* libation: change `${pname}` to string literal
* libeduvpn-common: change `${pname}` to string literal
* libmamba: change `${pname}` to string literal
* littlefs-fuse: change `${pname}` to string literal
* logseq: change `${pname}` to string literal
* lxgw-wenkai-tc: change `${pname}` to string literal
* microsoft-identity-broker: change `${pname}` to string literal
* minetest-mapserver: change `${pname}` to string literal
* msalsdk-dbusclient: change `${pname}` to string literal
* neverest: change `${pname}` to string literal
* nf-test: change `${pname}` to string literal
* numbat: change `${pname}` to string literal
* pdf2odt: change `${pname}` to string literal
* plemoljp: change `${pname}` to string literal
* plemoljp-hs: change `${pname}` to string literal
* plemoljp-nf: change `${pname}` to string literal
* pocket-updater-utility: change `${pname}` to string literal
* proto: change `${pname}` to string literal
* pw3270: change `${pname}` to string literal
* ratchet: change `${pname}` to string literal
* read-it-later: change `${pname}` to string literal
* redmine: change `${pname}` to string literal
* regina: change `${pname}` to string literal
* regripper: change `${pname}` to string literal
* revolt-desktop: change `${pname}` to string literal
* rs: change `${pname}` to string literal
* signaturepdf: change `${pname}` to string literal
* sonarlint-ls: change `${pname}` to string literal
* srgn: change `${pname}` to string literal
* stackit-cli: change `${pname}` to string literal
* substudy: change `${pname}` to string literal
* swayosd: change `${pname}` to string literal
* synthesia: change `${pname}` to string literal
* tarlz: change `${pname}` to string literal
* termcap: change `${pname}` to string literal
* tinycompress: change `${pname}` to string literal
* tracexec: change `${pname}` to string literal
* treefmt2: change `${pname}` to string literal
* udev-gothic: change `${pname}` to string literal
* udev-gothic-nf: change `${pname}` to string literal
* vvvvvv: change `${pname}` to string literal
* yggdrasil: change `${pname}` to string literal
* zsync: change `${pname}` to string literal
2024-08-20 15:56:55 -07:00
Linus Karl
d2367c3f7e
indi-full: refactor 3rdparty drivers
...
This splits the 3rdparty drivers into seperate
packages as recommended by upstream. This also
allows to build a indi-full equivalent with only
the needed drivers. Also add indi-full-nonfree
with all the nonfree drivers. And remove them
from indi-full.
2024-08-18 01:05:52 +02:00