refactor: try to support cross compile nixos config

This commit is contained in:
xinyangli 2024-08-28 11:39:43 +08:00
parent 6e5b5e8c98
commit a341473f6c
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
6 changed files with 46 additions and 40 deletions

View file

@ -19,5 +19,5 @@
device = "/dev/sda1";
fsType = "ext4";
};
nixpkgs.hostPlatform = "aarch64-linux";
}