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