mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: use linux as builder
This commit is contained in:
parent
69fe5775a4
commit
3f1cbb7b6a
2 changed files with 28 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{ pkgs, hostname, ... }@input:
|
||||
{
|
||||
|
||||
imports = [ ./builders.nix ];
|
||||
|
||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||
system.stateVersion = 4;
|
||||
services.nix-daemon.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue