mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
profiles/hardware/{aarch64,raspi}: forgot lib
This commit is contained in:
parent
3705b3ac40
commit
afdeb7da3e
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }: {
|
||||
{ config, lib, ... }: with lib; {
|
||||
nixpkgs.localSystem = systems.examples.aarch64-multiplatform // {
|
||||
system = "aarch64-linux";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }: {
|
||||
{ config, lib, ... }: with lib; {
|
||||
deploy.profil.hardware.raspi = true;
|
||||
|
||||
nixpkgs.crossOverlays = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue