Commit Graph

6525 Commits

Author SHA1 Message Date
Wolfgang Walther
c283f32d29 treewide: remove unused with
Auto-fixed by nixf-diagnose.
2025-10-05 10:50:41 +02:00
Wolfgang Walther
90e7159c55 treewide: remove unused rec
Auto-fix by nixf-diagnose.
2025-10-05 10:49:12 +02:00
NAHO
c8d4dabc43 pkgs: remove optional builtins prefixes from prelude functions
Remove optional builtins prefixes from prelude functions by running:

    builtins=(
      abort
      baseNameOf
      break
      derivation
      derivationStrict
      dirOf
      false
      fetchGit
      fetchMercurial
      fetchTarball
      fetchTree
      fromTOML
      import
      isNull
      map
      null
      placeholder
      removeAttrs
      scopedImport
      throw
      toString
      true
    )

    fd \
      --type file \
      . \
      pkgs \
      --exec-batch sed --in-place --regexp-extended "
        s/\<builtins\.($(
          printf '%s\n' "${builtins[@]}" |
            paste --delimiter '|' --serial -
        ))\>/\1/g
      "

    nix fmt
2025-10-04 19:02:37 +02:00
jopejoe1
851e8a2f10 treewide: remove stringy licenses (#439982) 2025-10-04 11:36:34 +00:00
Vincent Laporte
3bfb5c71eb ocamlPackages.cachet-lwt: init at 0.0.2 2025-10-03 12:14:18 +02:00
Vincent Laporte
1ab76fda97 ocamlPackages.cachet: init at 0.0.2 2025-10-03 12:14:18 +02:00
Vincent Laporte
59d229b5e0 ocamlPackages.domainslib: 0.5.1 → 0.5.2 2025-10-02 22:26:26 +02:00
sternenseemann
d7f829660f ocamlPackages.hxd: 0.3.4 -> 0.3.5 (#447743) 2025-10-01 22:20:00 +00:00
R. Ryantm
11dfc21f23 ocamlPackages.unisim_archisec: 0.0.12 -> 0.0.13 2025-10-01 19:27:19 +00:00
R. Ryantm
36dddbb1cd ocamlPackages.hxd: 0.3.4 -> 0.3.5 2025-10-01 13:30:40 +00:00
R. Ryantm
cd508737e1 ocamlPackages.alcotest: 1.9.0 -> 1.9.1 2025-10-01 13:29:34 +00:00
Vincent Laporte
ff17a22a9e ocamlPackages.tuntap: 2.0.0 → 2.0.1 2025-09-30 05:41:47 +02:00
Vincent Laporte
c98f2c1571 ocamlPackages.tcs-lib: 0.3 → 0.6 2025-09-29 22:35:44 +02:00
Vincent Laporte
ebb14544ed ocamlPackages.mirage: 4.4.2 → 4.10.1 2025-09-29 21:20:25 +02:00
jopejoe1
6a490d7941 ocamlPackages.taglib: make use of lib.licenses 2025-09-29 20:51:57 +02:00
jopejoe1
b3a4bf8186 ocamlPackages.ssl: make use of lib.licenses 2025-09-29 20:51:57 +02:00
jopejoe1
974402a97e ocamlPackages.camlzip: make use of lib.licenses 2025-09-29 20:51:56 +02:00
Vincent Laporte
4293e3167a ocamlPackages.uring: 0.9 → 2.7.0 (#446782) 2025-09-29 12:45:48 +00:00
·𐑑𐑴𐑕𐑑𐑩𐑤
d6d54a41a0 ocamlPackages.uring: 0.9 → 2.7.0 2025-09-29 19:09:55 +07:00
Vincent Laporte
d0ec014799 ocamlPackages.earlybird: 1.3.3 → 1.3.4 (#445145) 2025-09-29 06:04:34 +00:00
Weijia Wang
e0fd47c4a1 flint, ntl: Fix pkgsStatic builds, clean-up derivations (#445050) 2025-09-28 12:18:39 +00:00
Ross Smyth
7e7469589b tree-wide: Remove uses of flint3 2025-09-27 22:09:11 -04:00
R. Ryantm
954ac426c3 ocamlPackages.base64: 3.5.1 -> 3.5.2 2025-09-28 01:09:19 +02:00
R. Ryantm
ad5e5a2828 ocamlPackages.monolith: 20250314 -> 20250922 2025-09-27 00:29:45 +00:00
Vincent Laporte
3f0813969d ocamlPackages.ocaml-sat-solvers: 0.4 → 0.8 2025-09-26 10:22:44 +02:00
Vincent Laporte
8d16f813f6 ocamlPackages.uucd: 16.0.0 → 17.0.0 (#444236) 2025-09-26 05:03:54 +00:00
Vincent Laporte
a96787cf89 ocamlPackages.xtmpl: 0.19.0 → 1.1.0 (#444213) 2025-09-25 20:03:16 +00:00
Yifei Sun
cb98bc068d ocamlPackages.linol: use finalAttrs pattern 2025-09-25 15:00:02 +02:00
Vincent Laporte
9065f12169 ocamlPackages.multipart_form-{eio,miou}: init at 0.7.0 (#443949) 2025-09-25 04:18:21 +00:00
Wolfgang Walther
cad44a4a19 ocamlPackages.github: 4.4.1 -> 4.5.0 (#436194) 2025-09-23 11:10:12 +00:00
Wolfgang Walther
1b01444c92 ocamlPackages.mirage-crypto: 2.0.1 -> 2.0.2 (#435901) 2025-09-23 11:04:36 +00:00
Wolfgang Walther
ffc8511fa4 ocamlPackages.unionFind: 20220122 -> 20250818 (#435451) 2025-09-23 10:55:21 +00:00
Vincent Laporte
fab18ae547 ocamlPackages.lambdapi: 2.6.0 → 3.0.0 (#443331) 2025-09-23 06:09:37 +00:00
R. Ryantm
a44ce7d370 ocamlPackages.terminal: 0.4.0 -> 0.5.0 2025-09-22 19:29:21 +00:00
Vincent Laporte
a2edb11ea6 ocamlPackages.fix: 20250428 -> 20250919 (#444955) 2025-09-22 12:14:04 +00:00
R. Ryantm
4f7570281e ocamlPackages.fix: 20250428 -> 20250919 2025-09-22 14:08:28 +02:00
Vincent Laporte
cf31694264 ocamlPackages.bdd: unstable-2022-07-14 -> 0.5 (#444764) 2025-09-22 07:28:28 +00:00
Weijia Wang
ac5215a85c ocamlPackages.bdd: unstable-2022-07-14 -> 0.5 2025-09-22 09:23:56 +02:00
Vincent Laporte
cb156b915f ocamlPackages.earlybird: 1.3.3 → 1.3.4 2025-09-22 08:05:03 +02:00
Vincent Laporte
b44a5519de ocamlPackages.odoc: 2.4.4 → 3.1.0 (#443077) 2025-09-22 05:28:23 +00:00
Wolfgang Walther
2c355fac5b ocamlPackages.tls-eio: 2.0.1 -> 2.0.2 (#435892) 2025-09-21 16:34:23 +00:00
Vincent Laporte
e017ed6fb3 ocamlPackages.uucd: 16.0.0 → 17.0.0 2025-09-19 08:14:31 +02:00
Vincent Laporte
12bd230118 ocamlPackages.topkg: 1.0.7 → 1.1.0 (#443627) 2025-09-19 06:08:23 +00:00
Vincent Laporte
ae75f3f024 ocamlPackages.ppx_deriving: 6.1.0 → 6.1.1 (#442552) 2025-09-19 06:07:40 +00:00
Vincent Laporte
66ab321a00 ocamlPackages.xtmpl: 0.19.0 → 1.1.0
ocamlPackages.stog: 1.0.0 → 1.1.0
2025-09-19 06:24:54 +02:00
zapashcanon
ce656bff12 use latest patch for bisect_ppx 2025-09-18 22:01:33 +02:00
Vincent Laporte
a883bf0826 ocamlPackages.multipart_form-miou: init at 0.7.0 2025-09-18 10:25:56 +02:00
Vincent Laporte
a118b34a57 ocamlPackages.multipart_form-eio: init at 0.7.0 2025-09-18 10:25:56 +02:00
·𐑑𐑴𐑕𐑑𐑩𐑤
189bb2b717 ocamlPackages.iomux: 0.3 → 0.4 2025-09-17 21:21:46 +07:00
Vincent Laporte
4594156f15 ocamlPackages.uunf: 16.0.0 -> 17.0.0 (#442250) 2025-09-17 03:48:10 +00:00