Fix
All checks were successful
Nix Build / build-nixos (push) Successful in 5m30s

This commit is contained in:
soraefir 2024-04-14 21:25:20 +02:00
parent 6cb2c2bd00
commit 05bf386e51
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -1,4 +1,4 @@
{ modulesPath, ... }: {
{ config, lib, pkgs, modulesPath, ... }: {
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
boot.kernelPackages = pkgs.linuxPackages_latest;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";