WIP mobile, broken build
This commit is contained in:
parent
b506e8af60
commit
4a03eb9193
14 changed files with 95 additions and 82 deletions
6
modules/common/arch.nix
Normal file
6
modules/common/arch.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{lib, ...}: {
|
||||
nixpkgs = {
|
||||
hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
buildPlatform = "x86_64-linux";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue