Fix building the hydra vm ISO.

This commit is contained in:
Tom Alexander
2025-09-27 17:58:59 -04:00
parent fe49204e3f
commit ad2c4809d7
4 changed files with 33 additions and 4 deletions

View File

@@ -114,4 +114,19 @@
# })
# ];
# nixpkgs.overlays = [
# (final: prev: {
# linux-firmware = prev.linux-firwmare.overrideAttrs (old: rec {
# version = "20250917";
# src = final.fetchFromGitLab {
# owner = "kernel-firmware";
# repo = "linux-firmware";
# tag = version;
# hash = "sha256-tecFB6WYEfBK9FB7Rv8nHLdefIoaFnHrpzXBl+iSd08=";
# };
# });
# })
# ];
}