refactor: use nixpkgs.system config option

This commit is contained in:
Kiana Sheibani 2025-02-01 02:13:46 -05:00
parent f4898718a8
commit 573412f167
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
2 changed files with 2 additions and 3 deletions

View file

@ -18,6 +18,8 @@ in
experimental-features = nix-command flakes ca-derivations
restrict-eval = false
'';
nixpkgs.system = if isMobile then "aarch64-linux" else "x86_64-linux";
nixpkgs.config.allowUnfree = true;
# Use the systemd-boot EFI boot loader.