Merge pull request #1862 from JamieMagee/raspberry-pi/3-import-common

raspberry-pi/3: import common profile
This commit is contained in:
Doron Behar 2026-05-12 13:26:04 +00:00 committed by GitHub
commit 0a1d15fc50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,10 @@
{ lib, pkgs, ... }:
{
imports = [
../common/default.nix
];
boot = {
kernelPackages = lib.mkDefault (
pkgs.linuxPackagesFor (pkgs.callPackage ../common/kernel.nix { rpiVersion = 3; })