changed x86 to arm
This commit is contained in:
parent
329e741553
commit
a6b7791093
@ -160,7 +160,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
"deploy@p-th-rpi-01" = home-manager.lib.homeManagerConfiguration {
|
"deploy@p-th-rpi-01" = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
pkgs = nixpkgs.legacyPackages.aarch64-linux;
|
||||||
extraSpecialArgs = { inherit inputs nix-colors; };
|
extraSpecialArgs = { inherit inputs nix-colors; };
|
||||||
modules = [
|
modules = [
|
||||||
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
|
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user