diff options
| author | Andrew Pan <a@tny.town> | 2023-08-31 12:53:48 -0500 |
|---|---|---|
| committer | Anderson Torres <torres.anderson.85@protonmail.com> | 2023-08-31 19:22:47 +0000 |
| commit | 0f4255bf112a34a6d4f8a159d2444d176f2d79db (patch) | |
| tree | 72f5f29a5e2cdd1ce90244bef13934b3b2b816f7 /pkgs/development/python-modules/rangehttpserver | |
| parent | e919958b42b090606b8d070a676de62d832db67a (diff) | |
emacs: fix `env` shallow merge
Fixes regression caused by #252244.
`env` was first defined in its own attrset, which was merged with a
second attrset:
```nix
...
{
env = {
NATIVE_FULL_AOT = "1";
LIBRARY_PATH = lib.concatStringsSep ":" libGccJitLibraryPaths;
};
} // {
...
env.NIX_CFLAGS_COMPILE = ...
...
}
```
In this situation, the `env` from the first attrset is not preserved,
since `//` does a shallow merge.
Signed-off-by: Andrew Pan <a@tny.town>
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
