Commit Graph

51 Commits

Author SHA1 Message Date
isabel
27f3979cd6 nixd: 2.9.1 -> 2.9.2, link LLVM statically (#541926) 2026-07-24 13:01:30 +00:00
redyf
9db44383ea maintainers: remove redyf from packages 2026-07-15 19:23:05 -03:00
uiop
a4e12c0f65 nixd: link LLVM's support component statically
nixd only uses LLVM's Support/ADT utilities, but linking the monolithic
libLLVM dylib pulled the entire ~550 MiB LLVM lib output into the
runtime closure. 2.9.2 adds a meson option to link the static "support"
component instead; closure goes from 702 MiB to 158 MiB
2026-07-14 15:27:06 -04:00
uiop
1df0faa0ca nixd: 2.9.1 -> 2.9.2
Changes: https://github.com/nix-community/nixd/releases/tag/2.9.2
2026-07-14 14:48:36 -04:00
Sergei Trofimovich
bd7e23dd1e nixd: 2.9.0 -> 2.9.1
Changes: https://github.com/nix-community/nixd/releases/tag/2.9.1
2026-05-07 20:56:37 +01:00
Vladimír Čunát
1165b54c0c nixd: fix the build against boost-1.89 (#487541) 2026-02-18 07:19:39 +00:00
Sergei Trofimovich
4d93eb2674 nixd: fix the build against boost-1.89
Without the change the build in` staging` fails as:

    In file included from ../lib/Controller/DocumentHighlight.cpp:10:
    ../include/nixd/Controller/Controller.h:139:48: error: 'default_thread_pool_size' is not a member of 'boost::asio::detail'
      139 |       static_cast<size_t>(boost::asio::detail::default_thread_pool_size())};
          |                                                ^~~~~~~~~~~~~~~~~~~~~~~~

Co-authored-by: Doron Behar <doron.behar@gmail.com>
2026-02-08 14:37:15 +00:00
R. Ryantm
664e58f55c nixt: 2.8.2 -> 2.9.0 2026-02-07 19:25:28 +00:00
R. Ryantm
083ac0c40b nixt: 2.8.1 -> 2.8.2 2026-01-11 08:35:48 +00:00
Colin
3f03eed529 nixf: fix cross compilation 2025-12-27 22:12:58 +00:00
Austin Horstman
f24db61232 nixd: 2.8.0 -> 2.8.1
Changelog: https://github.com/nix-community/nixd/releases/tag/2.8.1
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-12-25 23:03:19 -06:00
Michael Daniels
92580347c8 nixd: 2.7.0 -> 2.8.0
Changelog: https://github.com/nix-community/nixd/releases/tag/2.8.0
2025-12-24 08:16:34 -05:00
Grimmauld
95996e9426 nixd: work around meson bug to fix build 2025-10-04 10:33:04 +02:00
Wolfgang Walther
aa890f5d1c nixd: 2.6.4 -> 2.7.0
Release Notes:
https://github.com/nix-community/nixd/releases/tag/2.7.0

Nix-related changes adapated from commit:
52322139bb
2025-09-22 15:54:12 +02:00
Yingchi Long
87bdc66dd9 nixf: 2.6.3 -> 2.6.4 2025-05-12 22:34:37 +08:00
R. Ryantm
34dec3f642 nixt: 2.6.2 -> 2.6.3 2025-04-09 19:19:34 +00:00
Robert Hensing
1be27f982d nixd,nixt: Pin nix_2_24 2025-04-08 22:30:44 +02:00
R. Ryantm
9f9b5c7e4d nixf: 2.6.1 -> 2.6.2 2025-03-21 08:09:32 +00:00
Rebecca Turner
f4d32e0200 nixForLinking: init
Overlays for CppNix nightly, Lix, or Tvix want to change the default Nix
implementation in Nixpkgs by overriding `pkgs.nix`. However, some
packages link against the internal/unstable CppNix APIs directly, and
these packages will break if built with different versions or
implementations of Nix.

If you want to swap out the Nix implementation in your package set, you
don't want these packages to break. Therefore, some packages will refer
to `nixForLinking` explicitly, at least until these dependencies can be
sorted out.

The addition of an explicit `nixForLinking` attribute decoupled from
`nix`, which is just "a Nix implementation", will help Nix
implementation maintainers test Nix implementations in Nixpkgs with
minimal hassle.
2025-02-27 09:44:32 -08:00
Heitor Augusto
a4f4624cc8 nixd: 2.6.0 -> 2.6.1 2025-02-02 17:04:43 -03:00
R. Ryantm
8ca6fefe3b nixt: 2.5.1 -> 2.6.0 2025-01-26 20:17:11 +01:00
Emily
4b3e263480 {nixf,nixt,nixd}: unpin Boost 2024-11-25 08:53:38 +00:00
R. Ryantm
02e139b542 nixd: 2.5.0 -> 2.5.1 2024-11-17 09:17:54 +00:00
R. Ryantm
2e64240e30 nixf: 2.4.0 -> 2.5.0 2024-11-12 10:18:24 +08:00
R. Ryantm
373008cf86 nixd: 2.3.2 -> 2.4.0 2024-09-28 08:25:28 +00:00
R. Ryantm
32292313f8 nixf: 2.3.1 -> 2.3.2 2024-08-16 04:07:17 +00:00
redyf
35d1305130 nixd: 2.3.0 -> 2.3.1 2024-08-07 10:32:42 -03:00
redyf
06276436e0 nixd: add redyf as maintainer 2024-07-27 18:30:38 -03:00
redyf
889263cb4d nixd: 2.2.3 -> 2.3.0
https://github.com/nix-community/nixd/releases/tag/2.3.0
2024-07-27 18:30:38 -03:00
Redyf
f37ff0b63a nixd: 2.2.2 -> 2.2.3 2024-07-16 11:04:20 -03:00
R. Ryantm
d098fe94ce nixd: 2.2.1 -> 2.2.2 2024-06-25 00:39:24 +00:00
R. Ryantm
bfbb997554 nixf: 2.2.0 -> 2.2.1 2024-06-18 14:01:01 +00:00
Jörg Thalheim
4f537018d0 Merge pull request #318935 from danielbarter/nixd-crosscompile
nixd: fix cross compiling
2024-06-12 10:26:34 +02:00
Daniel Barter
2c52c936f7 nixd: fixing cross compilation 2024-06-11 11:44:52 -07:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
aleksana
361faf65e9 nixd: 2.1.2 -> 2.2.0; {nixf,nixt}: init 2024-06-02 19:25:27 +08:00
eihqnh
0d48a17b82 nixd: 2.1.0 -> 2.1.2 2024-05-02 21:01:48 +08:00
Adam Stephens
793e3251c9 nixd: 2.0.2 -> 2.1.0
https://github.com/nix-community/nixd/releases/tag/2.1.0
2024-04-27 10:16:06 -04:00
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
Mario Rodas
2eee5fcc2a nixd: add version and pkg-config testers 2024-04-22 22:19:30 -04:00
Mario Rodas
c1f5835e6b nixd: use finalAttrs pattern 2024-04-22 22:19:26 -04:00
Mario Rodas
d69a2737c4 nixd: 1.2.3 -> 2.0.2
Diff: https://github.com/nix-community/nixd/compare/1.2.3...2.0.2

Changelog: https://github.com/nix-community/nixd/releases/tag/2.0.2
2024-04-22 22:19:23 -04:00
Mario Rodas
e560be4d16 nixd: 1.2.2 -> 1.2.3
Changelog: https://github.com/nix-community/nixd/releases/tag/1.2.3
2024-02-02 04:20:00 +00:00
Paul Meyer
9dc075af65 nixd: add meta.mainProgram
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-09-10 22:39:07 +02:00
Mario Rodas
7df3af4acd nixd: add marsam to maintainers 2023-08-12 04:20:00 +00:00
Mario Rodas
390225e584 nixd: 1.2.1 -> 1.2.2
Diff: https://github.com/nix-community/nixd/compare/1.2.1...1.2.2

Changelog: https://github.com/nix-community/nixd/releases/tag/1.2.2
2023-08-11 04:20:00 +00:00
Mario Rodas
c956c8fcbe nixd: 1.2.0 -> 1.2.1
Diff: https://github.com/nix-community/nixd/compare/1.2.0...1.2.1
2023-08-05 04:20:00 +00:00
happysalada
5962759f75 nixd: 1.1.0 -> 1.2.0 2023-07-13 02:14:15 +08:00
Mario Rodas
07059ee2fa nixd: fix build on darwin 2023-06-25 16:03:45 +02:00
Ruixi-rebirth
55d6d9df5f nixd: 1.0.0 -> 1.1.0
nixd: add `bison``flex` to nativeBuildInputs
2023-06-21 07:21:28 +08:00