hostPlatform
Some checks are pending
build flakes / build (x86_64-linux, wash, linux) (push) Waiting to run
Renovate / renovate (push) Waiting to run

This commit is contained in:
Tyler Mayoff 2025-11-29 11:31:14 -05:00 committed by Tyle Mayoff
parent 55baa57ebc
commit 155be8e821

View file

@ -8,4 +8,5 @@
fsType = "ext4";
};
swapDevices = [{device = "/dev/vdb";}];
nixpkgs.hostPlatform = "x86_64-linux";
}