Skip to content

Commit

Permalink
Update nixpkgs
Browse files Browse the repository at this point in the history
For some reason samba, pulled in by cifs-utils, fails to cross-compile.
Disable cifs support in the installer to work around this.

The ISO should be reproducible and have the following SHA256 hash:
5cffd38fddd45c7e784da99f479ae777323841b62df8787fa63443455729183d
  • Loading branch information
kuruczgy committed Nov 18, 2024
1 parent 6d69628 commit 206cfe1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions iso.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{
isoImage.isoName = lib.mkForce "cd.iso";
boot.supportedFilesystems.zfs = lib.mkForce false;
boot.supportedFilesystems.cifs = lib.mkForce false;

# For some reason the adsp booting up messes with USB boot, so disable it.
boot.blacklistedKernelModules = [ "qcom_q6v5_pas" ];
Expand Down

0 comments on commit 206cfe1

Please sign in to comment.