mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
5 lines
64 B
Nix
5 lines
64 B
Nix
{ lib, ... }:
|
|
|
|
lib.mkForce {
|
|
attrsOfSub.foo.enable = false;
|
|
}
|