nix: use linux as builder

This commit is contained in:
Léana 江 2024-04-12 22:34:12 +02:00 committed by Léana 江
parent 69fe5775a4
commit 3f1cbb7b6a
2 changed files with 28 additions and 0 deletions

View file

@ -1,5 +1,8 @@
{ pkgs, hostname, ... }@input:
{
imports = [ ./builders.nix ];
nixpkgs.hostPlatform = "aarch64-darwin";
system.stateVersion = 4;
services.nix-daemon.enable = true;