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

@ -8,3 +8,4 @@ edition = "2021"
[dependencies]
anyhow = "1.0.79"
nix-c-raw = { path = "../nix-c-raw" }
ctor = "0.2.7"