mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
7 lines
94 B
Nix
7 lines
94 B
Nix
{ lib, custom, ... }:
|
|
|
|
{
|
|
imports = []
|
|
++ lib.optional custom ./define-enable-force.nix;
|
|
}
|