1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-10 04:26:01 +01:00
nix/src/libexpr-c
Robert Hensing d0b4db924a rename: build-utils-meson -> nix-meson-build-support
Fix a footgun. In my case, I had a couple of build ("output")
directories sitting around.

    rm -rf build-*

Was confused for a bit why a meson.build file was missing.

Probably also helps with autocompletion.

I tried meson-build-support first, but I had to add something like
a nix- prefix, in order to make meson happy. They've reserved the
meson- prefix.
2024-12-09 16:54:42 +01:00
..
.version Mesonify other external API 2024-07-02 09:23:24 -04:00
meson.build rename: build-utils-meson -> nix-meson-build-support 2024-12-09 16:54:42 +01:00
nix-meson-build-support rename: build-utils-meson -> nix-meson-build-support 2024-12-09 16:54:42 +01:00
nix_api_expr.cc refactor: Extract unsafe_new_with_self 2024-11-24 23:57:24 +01:00
nix_api_expr.h libexpr-c: Add nix_eval_state_builder 2024-11-24 23:57:24 +01:00
nix_api_expr_internal.h libexpr-c: Add nix_eval_state_builder 2024-11-24 23:57:24 +01:00
nix_api_external.cc Move GC-related definitions to eval-gc.hh 2024-09-19 21:04:01 +02:00
nix_api_external.h document nix_external_print's printer parameter to be an out parameter 2024-05-16 02:55:38 +02:00
nix_api_value.cc Move GC-related definitions to eval-gc.hh 2024-09-19 21:04:01 +02:00
nix_api_value.h Doc nix_get_path_string 2024-11-24 23:57:24 +01:00
package.nix rename: build-utils-meson -> nix-meson-build-support 2024-12-09 16:54:42 +01:00