2
0
Fork 0

nixos: catch *.so in store wrapper, not just *.lib.so

This commit is contained in:
Ehmry - 2020-11-29 14:43:54 +01:00
parent 6a177ba62b
commit 12116f7e71
1 changed files with 2 additions and 1 deletions

View File

@ -106,11 +106,12 @@ in λ(subinit : Init.Type) →
}
, Init.Config.Policy::{
, service = "ROM"
, diag = Some True
, label =
Init.LabelSelector.Type.Partial
{ prefix = Some
"nixos -> ${e.mapKey}"
, suffix = Some ".lib.so"
, suffix = Some ".so"
}
, attributes = toMap
{ directory =