mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-10 15:36:25 +00:00
5 lines
73 B
Nix
5 lines
73 B
Nix
|
{ lib, ... }:
|
||
|
{
|
||
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||
|
}
|