diff --git a/config/profiles/hardware/aarch64.nix b/config/profiles/hardware/aarch64.nix index 207d39cc..b6c4f00a 100644 --- a/config/profiles/hardware/aarch64.nix +++ b/config/profiles/hardware/aarch64.nix @@ -1,4 +1,4 @@ -{ config, ... }: { +{ config, lib, ... }: with lib; { nixpkgs.localSystem = systems.examples.aarch64-multiplatform // { system = "aarch64-linux"; }; diff --git a/config/profiles/hardware/raspi.nix b/config/profiles/hardware/raspi.nix index 65e1ec5d..581e7ba0 100644 --- a/config/profiles/hardware/raspi.nix +++ b/config/profiles/hardware/raspi.nix @@ -1,4 +1,4 @@ -{ config, ... }: { +{ config, lib, ... }: with lib; { deploy.profil.hardware.raspi = true; nixpkgs.crossOverlays = [