mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-01-31 23:46:48 +02:00
7 lines
94 B
Nix
7 lines
94 B
Nix
|
{ lib, custom, ... }:
|
||
|
|
||
|
{
|
||
|
imports = []
|
||
|
++ lib.optional custom ./define-enable-force.nix;
|
||
|
}
|