1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 12:41:15 +02:00

feat: add flag set-env-var to MixEnvironment

This commit is contained in:
Bryan Honof 2024-09-12 03:04:52 +02:00
parent 655bfa6b59
commit 0b790b4849
No known key found for this signature in database
4 changed files with 76 additions and 33 deletions

View file

@ -13,6 +13,8 @@
namespace nix {
static constexpr auto environmentVariablesCategory = "Options that change environment variables";
/**
* @return an environment variable.
*/