diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-08-25 19:51:25 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-08-25 20:11:37 -0600 |
| commit | 8ca522c80bcf3ccff385906039167b0906cda63c (patch) | |
| tree | c68d44b7eba9e705d718881a5374a6b50965bdcf /home | |
| parent | 222125ca5960398a4f5e5580dfc66893ddb676ea (diff) | |
home/isolation: use modulesUnder instead of manual import
Diffstat (limited to '')
| -rw-r--r-- | home/isolation.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/isolation.nix b/home/isolation.nix index 276d0d8..5a15468 100644 --- a/home/isolation.nix +++ b/home/isolation.nix @@ -14,6 +14,6 @@ with lib; { }; }; - modules = import ../util/importAll.nix lib { root = ./shenvs; }; + modulesUnder = ./shenvs; }; } |
