profiles/hardware/{aarch64,raspi}: forgot lib

This commit is contained in:
kat witch 2021-09-04 02:49:50 +01:00
parent 3705b3ac40
commit afdeb7da3e
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ config, ... }: {
{ config, lib, ... }: with lib; {
nixpkgs.localSystem = systems.examples.aarch64-multiplatform // {
system = "aarch64-linux";
};

View file

@ -1,4 +1,4 @@
{ config, ... }: {
{ config, lib, ... }: with lib; {
deploy.profil.hardware.raspi = true;
nixpkgs.crossOverlays = [