Hostplatform added
This commit is contained in:
parent
69a5e9f754
commit
e95cd12fda
|
@ -8,4 +8,5 @@
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
swapDevices = [{device = "/dev/sda2";}];
|
swapDevices = [{device = "/dev/sda2";}];
|
||||||
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue