feat: nix_util::settings::set, get

(cherry picked from commit 19ed7bd655e72e10373f1afab5af214f2f47881e)
This commit is contained in:
Robert Hensing 2024-04-08 16:45:47 +02:00
parent acb1274c08
commit daffade511
4 changed files with 74 additions and 0 deletions

View file

@ -1,2 +1,3 @@
pub mod context;
pub mod settings;
pub mod string_return;