10 lines
129 B
Nix
10 lines
129 B
Nix
|
{
|
||
|
lib,
|
||
|
pkgs,
|
||
|
mylib,
|
||
|
...
|
||
|
}:
|
||
|
{
|
||
|
boot.binfmt.emulatedSystems = lib.remove pkgs.stdenv.hostPlatform.system mylib.systems;
|
||
|
}
|