refactor: use nixpkgs.system config option
This commit is contained in:
parent
f4898718a8
commit
573412f167
2 changed files with 2 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue