nix: expose compat flag in nixos module
All checks were successful
Test / Create distribution (push) Successful in 1m55s
Test / Run NixOS test (push) Successful in 4m6s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-01-25 12:42:48 +09:00
parent 37780456a7
commit 016da20443
2 changed files with 2 additions and 1 deletions

View File

@@ -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;