feat(steveej-x13s,graphical-fullblown): bump kernel and use libcamera w/ deps from unstable

This commit is contained in:
steveej 2024-11-11 21:47:46 +01:00
parent 70401e484a
commit b85be7893a
4 changed files with 46 additions and 29 deletions

View file

@ -8,8 +8,9 @@
packages',
...
}: let
# pkgsMaster = nodeFlake.inputs.nixpkgs-master.legacyPackages.${pkgs.system};
pkgsUnstable = import nodeFlake.inputs.nixpkgs-unstable {inherit (pkgs) system config;};
pkgsUnstable =
pkgs.pkgsUnstable
or (import nodeFlake.inputs.nixpkgs-unstable {inherit (pkgs) system config overlays;});
in {
imports = [
../profiles/common.nix