This commit is contained in:
mjallen18
2025-07-24 11:19:19 -05:00
parent 3d213c8769
commit f3aafffcaa
29 changed files with 18 additions and 90 deletions

View File

@@ -42,7 +42,7 @@ in
# Configure nixpkgs
nixpkgs = {
overlays = lib.mkAfter [
(self: super: {
(_self: _super: {
# This is used in (modulesPath + "/hardware/all-firmware.nix") when at least
# enableRedistributableFirmware is enabled
# I know no easier way to override this package

View File

@@ -1,4 +1,4 @@
{ pkgs, lib, ... }:
{ pkgs, ... }:
let
kernelBundle = pkgs.linuxAndFirmware.latest;
in

View File

@@ -47,7 +47,7 @@ in
# Configure nixpkgs
nixpkgs = {
overlays = lib.mkAfter [
(self: super: {
(_self: _super: {
# This is used in (modulesPath + "/hardware/all-firmware.nix") when at least
# enableRedistributableFirmware is enabled
# I know no easier way to override this package

View File

@@ -1,4 +1,4 @@
{ lib, config, ... }:
{ ... }:
let
hostname = "pi5";
in