6 lines
77 B
Nix
6 lines
77 B
Nix
{
|
|
lib,
|
|
...
|
|
}: {
|
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
|
}
|