mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-27 13:54:03 +02:00
5 lines
104 B
Nix
5 lines
104 B
Nix
{ mylib, ... }:
|
|
{
|
|
imports = mylib.scanPaths ./. ++ [ (mylib.relativeToRoot "hardening/apparmor") ];
|
|
}
|