lix/src/nix-env
jade 61e21b2557 Delete hasPrefix and hasSuffix from the codebase
These now have equivalents in the standard lib in C++20. This change was
performed with a custom clang-tidy check which I will submit later.
Executed like so:

ninja -C build && run-clang-tidy -checks='-*,nix-*' -load=build/libnix-clang-tidy.so -p .. -fix ../tests | tee -a clang-tidy-result

Change-Id: I62679e315ff9e7ce72a40b91b79c3e9fc01b27e9
2024-03-17 20:17:19 -07:00
..
buildenv.nix Move some corepkgs into the nix binary 2020-03-11 16:57:48 +01:00
nix-env.cc Delete hasPrefix and hasSuffix from the codebase 2024-03-17 20:17:19 -07:00
user-env.cc Unify and refactor value printing 2024-03-09 03:50:06 +01:00
user-env.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00