Commit Graph

1 Commits

Author SHA1 Message Date
Sergei Trofimovich
f6647dfd94 rmlint: fix NIX_* environment propagations to scons
scons build system does not work by default in nixpkgs envoironment as
it filters system environment and throws away NIX_* flags:

    https://scons.org/doc/2.1.0/HTML/scons-user/x1750.html

Fix build system to always propagate os.environment. Drop the
workarounds that pass subset of the variables through.
2023-01-27 19:08:46 +00:00