mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-01-31 23:46:48 +02:00
6 lines
131 B
Nix
6 lines
131 B
Nix
|
{ lib, ... }:
|
||
|
# I think this might occur more realistically in a submodule
|
||
|
{
|
||
|
imports = [ (lib.mkIf true { enable = true; }) ];
|
||
|
}
|