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