mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 04:26:01 +01:00
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.
|
||
|---|---|---|
| .. | ||
| .version | ||
| meson.build | ||
| nix-meson-build-support | ||
| nix_api_expr.cc | ||
| nix_api_expr.h | ||
| nix_api_expr_internal.h | ||
| nix_api_external.cc | ||
| nix_api_external.h | ||
| nix_api_value.cc | ||
| nix_api_value.h | ||
| package.nix | ||