diff options
author | jade <lix@jade.fyi> | 2024-03-18 20:19:53 -0600 |
---|---|---|
committer | Gerrit Code Review <gerrit@lix> | 2024-03-18 20:19:53 -0600 |
commit | 4050245faab80dad6cedaa13e481278456a139c0 (patch) | |
tree | 850daceb04c9bbf2a00732ba42ff3f50c1fd0df0 /src/libutil | |
parent | f38ae92a38a66b597dbd6975219d6ddb4f52fa4f (diff) | |
parent | 20b4a97af361695fe7e20eb8584b6900deeae3a5 (diff) |
Merge changes I72c945ca,I2138bb4d,Ib96749f3 into main
* changes:
Release notes for builtins.nixVersion change
un-nixes ur lix, a little
issue importer: list issues that are *not* closed when finding existing issues
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/util.cc b/src/libutil/util.cc index f69269096..a7a5ad039 100644 --- a/src/libutil/util.cc +++ b/src/libutil/util.cc @@ -47,7 +47,7 @@ extern char * * environ __attribute__((weak)); #ifdef NDEBUG -#error "Nix may not be built with assertions disabled (i.e. with -DNDEBUG)." +#error "Lix may not be built with assertions disabled (i.e. with -DNDEBUG)." #endif namespace nix { |