8 lines
122 B
Nix
8 lines
122 B
Nix
{
|
|
...
|
|
}: {
|
|
nixpkgs = {
|
|
system = "x86_64-linux";
|
|
hostPlatform = "x86_64-linux";
|
|
};
|
|
}
|