diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-01-25 12:42:48 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-01-25 12:42:48 +0900 |
| commit | 016da204435b19813862ae0498bf2058c6024eda (patch) | |
| tree | 2953c12d1fe20127d179f4d26df646fd86b272ab /nixos.nix | |
| parent | 37780456a75c08652bd191d0e9c2bb9077198dc4 (diff) | |
nix: expose compat flag in nixos module
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'nixos.nix')
| -rw-r--r-- | nixos.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ in env ; syscall = { - inherit (app) multiarch bluetooth; + inherit (app) compat multiarch bluetooth; deny_devel = !app.devel; }; map_real_uid = app.mapRealUid; |
