Commit Graph

27 Commits

Author SHA1 Message Date
Hannes
139cb739fd Use recommended version check
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2024-10-17 23:02:52 +08:00
Hannes
1a5b596d5a sqruff: init at 0.17.0 2024-10-17 22:50:32 +08:00
Pyrox
7f110cfc7d
sql-formatter: 15.4.2 -> 15.4.3, migrate from nodePackages (#323304)
sql-formatter: migrate from nodePackages
2024-10-17 16:31:51 +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
R. Ryantm
cee66e5571 sqlite-vec: 0.1.2 -> 0.1.3 2024-09-26 17:26:08 +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
9167a67cc3 sqlpkg-cli: fix badPlatforms platform typo 2024-09-17 03:29:55 +02:00
R. Ryantm
c014be4eba sqlite-vec: 0.1.1 -> 0.1.2 2024-09-13 17:35:30 +00:00
Aleksana
9f6d48ddc6
sqlitestudio: init at 3.4.4 (#336505) 2024-09-11 15:01:31 +08:00
Chatnoir Miki
f92d7e0351 sqlitestudio: init at 3.4.4 2024-09-11 09:35:33 +08:00
R. Ryantm
311e2efeea sqlite_orm: 1.8.2 -> 1.9 2024-08-30 08:58:55 +00:00
Antonio Nuno Monteiro
8e384f217d sqlite-vec: init at v0.1.1 2024-08-05 23:37:04 -07:00
Peder Bergebakken Sundt
94e563b1b0
Merge pull request #329931 from pbsds/init-sqlpkg-1721921854
sqlpkg-cli: init at 0.2.3
2024-07-31 23:04:46 +02:00
Peder Bergebakken Sundt
69f52ac1e1 sqlpkg-cli: init at 0.2.3 2024-07-31 17:45:38 +02:00
Someone Serge
0376102e9b sqlite-vss: mark broken
Low maintenance, incompatible with faiss
2024-07-27 19:51:14 +00:00
Enno Richter
bd96cac9a0 sqlite-vss: remove elohmeier as maintainer 2024-06-14 09:18:15 +02:00
Adam Stephens
169f82c99e
squeezelite: format 2024-05-24 15:49:11 -04:00
Adam Stephens
56c6cab337
squeezelite: move to by-name 2024-05-24 15:49:10 -04:00
R. Ryantm
b650373b42 sqlmc: 1.0.0 -> 1.1.0 2024-05-21 12:23:53 +00:00
Fabian Affolter
b2af5ee152 sqlmc: init at 1.0.0
Tool to check URLs of a domain for SQL injections

https://github.com/malvads/sqlmc
2024-05-12 17:17:52 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Sandro
d0e271775a
Merge pull request #293588 from ambroisie/bt-migrate
bt-migrate: init at 0-unstable-2023-08-17
2024-03-28 00:48:00 +01:00
Bruno BELANYI
8349507010 sqlite_orm: init at 1.8.2 2024-03-25 18:19:38 +00:00
Peter Retzlaff
bb4f1f0422 squirreldisk: add missing desktop item 2024-03-06 01:45:51 +01:00
Peter Retzlaff
90115aa388 squirreldisk: fix build for aarch64-linux
The squirreldisk project does not contain a pdu binary for aarch64-linux,
unfortunately. Therefore, use the pdu binary from nixpkgs and copy
it to the project's binary directory _before_ building the Tauri
project
2024-02-25 20:02:17 +01:00
Peter Retzlaff
0eedc765e2 squirreldisk: init at 0.3.4 2024-02-25 12:29:00 +01:00
Enno Richter
ebafcea766 sqlite-vss: init at 0.1.2 2023-11-14 10:59:22 +01:00