mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-01-31 23:46:48 +02:00
8 lines
77 B
Nix
8 lines
77 B
Nix
|
{ lib, ... }:
|
||
|
|
||
|
{
|
||
|
attrsOfSub = lib.mkForce {
|
||
|
foo.enable = false;
|
||
|
};
|
||
|
}
|