Commit Graph

28 Commits

Author SHA1 Message Date
Eman Resu
ff094f60ad treewide: replace more singleton license lists 2026-07-15 14:04:39 -04:00
bahrom04
54a885b59c e-imzo-manager: 1.2.0 -> 1.3.0 2026-06-30 15:56:52 +05:00
wolfram444
3b877f97fd e-imzo: 6.3.7 -> 6.4.7 2026-05-25 12:39:40 +05:00
K900
db0a71717b e-search: drop 2026-05-08 09:30:28 +03:00
Aliaksandr
38ac6fe05d e-search: migrate from fetcherVersion = 2 to fetcherVersion = 3 2026-05-05 17:11:26 +03:00
wolfram444
57860cab30 e-imzo: 5.00 -> 6.3.7 2026-04-10 18:29:10 +05:00
Jo
63d154a0d1 e-imzo-manager: 1.1.0 -> 1.2.0 (#496113) 2026-03-13 13:27:59 +00:00
Gutyina Gergő
fb346207c8 treewide: pin packages with electron-builder dependency to 10_29_2 2026-03-09 12:15:13 +01:00
rafanochi
465a98f44d e-imzo-manager: 1.1.0 -> 1.2.0 2026-03-03 12:16:30 +05:00
Sandro
5f11fa8f69 e-imzo: fix missing libudev & system on boot error message (#478414) 2026-02-01 19:20:35 +00:00
quantenzitrone
7d8132a92c treewide: remove references to the xorg namespace in pkgs (automated)
this creates some eval errors that will be fixed in the next commit

done with the following script:

```fish
\#!/usr/bin/env fish

set packagesjson (nix eval --impure --json --expr '
let
  lib = import ./lib;
in
import pkgs/servers/x11/xorg/default.nix (lib.mapAttrs (
  name: _:
  if name == "lib" then
    lib
  else if name == "config" then
    { allowAliases = false; }
  else
    name
) (__functionArgs (import pkgs/servers/x11/xorg/default.nix))) { }
' | jq)

set one (grep '^    [A-Za-z0-9_-]*$' pkgs/servers/x11/xorg/default.nix | string trim | string replace -r '$' Z | sort | string sub -e -1)
set two (grep '^  [A-Za-z0-9_-]* = [A-Za-z0-9_-]*;$' pkgs/servers/x11/xorg/default.nix | cut -d= -f1 | string trim | string replace -r '$' Z | sort | string sub -e -1)

for arg in $one $two
    set oname $arg
    set nname (echo $packagesjson | jq -r .$oname)

    if test $nname = null
        echo (set_color red)warn:(set_color normal) unknown package xorg.$oname >&2
        continue
    end

    echo $oname "->" $nname

    # replace basic xorg.$name references
    for file in (rg -F "xorg.$oname" --files-with-matches pkgs)
        # special cases
        sd -F "$oname = xorg.$oname;" "$nname = $nname;" $file

        # replace
        sd -F "xorg.$oname" "$nname" $file

        # fixup function arguments

        # prevent duplicate function args
        if grep -E " ($oname|$nname),\$" $file >/dev/null
            continue
        end

        if grep 'xorg\..' $file >/dev/null # case1: there is more so we can't just remove the function arg

            if grep ' xorg,$' $file >/dev/null
                sd ' xorg,$' " xorg,
                $nname," $file

            else if grep ' xorg ? .*,$' $file >/dev/null
                sd 'xorg( ? .*),$' "xorg\$1,
                $nname," $file

            else
                sd -F 'xorg,' "$nname,
                xorg," $file
            end

        else # case there is no more xorg..* so we can just replace the function arg
            sd 'xorg(| ? .*),.*$' "$nname," $file
        end
    end
end

nix fmt
```
2026-01-25 22:28:09 +01:00
bahrom04
16d99b39c8 e-imzo: remove redundant dot
Co-Authored-By: Sandro <sandro.jaeckel@gmail.com>
2026-01-16 22:44:48 +05:00
Sokhibjon Orzikulov
a1c13faae2 teams/uzinfocom: drop and replace team with induvidual maintainers 2026-01-11 14:35:05 +05:00
bahrom04
bbeabf3983 e-imzo: fix missing libudev 2026-01-09 17:56:29 +05:00
R. Ryantm
fce9d1bbe4 e-search: 15.2.1 -> 15.2.3 2026-01-01 03:21:41 +00:00
bahrom04
f7a6d3f83d e-imzo-manager: 1.0.2 -> 1.1.0 2025-12-24 11:52:47 +05:00
Sefa Eyeoglu
2e7e1615b4 e-search: add gitMinimal to fetchPnpmDeps using nativeBuildInputs
fetchPnpmDeps now allows merging attributes like nativeBuildInputs
making workarounds like these obsolete.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-12-18 12:24:09 +01:00
Sefa Eyeoglu
8915343708 treewide: override pnpm nodejs versions
Some packages in nixpkgs were using different nodejs versions, but were
not overriding pnpm to match. Apart from reducing the derivation size,
this could prevent future issues due to version mismatches.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-12-18 12:24:09 +01:00
Sefa Eyeoglu
65b04e5fb8 treewide: migrate to fetchPnpmDeps and pnpmConfigHook
This moves all packages to the new top-level attributes introduced
previously.

This doesn't cause any rebuilds.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-12-18 12:24:09 +01:00
bahrom04
52c99803db e-imzo: 4.71 -> 5.00 2025-11-11 08:08:52 +05:00
qzylinra
9df2dc28d7 e-search: init at 15.2.1 2025-10-08 12:35:07 +08:00
bemeritus
41e8b1fb6c e-imzo-manager: updated repository name 2025-09-18 16:59:07 +05:00
bahrom04
c18c7d8317 e-imzo-manager: 0.1.1 -> 1.0.2 2025-09-06 12:40:36 +05:00
orzklv
836069e6ef e-imzo: 4.71 -> 4.73 2025-09-04 18:33:34 +05:00
orzklv
ffb190df0e e-imzo-manager: init at 0.1.1
Went through (@yzhou216, @qzylinra)'s feedbacks and fixed all issues.

Co-Authored-By: Yiyu Zhou <yiyu@yiyuzhou.io>
Co-Authored-By: qzylinra <225773816+qzylinra@users.noreply.github.com>
2025-08-18 14:58:00 +05:00
Sokhibjon Orzikulov
5cd6e01c94 e-imzo: change maintainers to team 2025-08-14 20:22:55 +05:00
Sokhibjon Orzikulov
ee688c4d5d e-imzo: 4.64 -> 4.71 2025-03-28 02:26:44 +05:00
Sokhibjon Orzikulov
0aedf7e299 e-imzo: init at 4.64
e-imzo: following @nayeko 's guidances
e-imzo: following @ethancedwards8 's guidances
e-imzo: following @RossComputerGuy 's guidances
2025-02-16 21:37:37 +05:00