fix firmware directory
This commit is contained in:
parent
227a48500e
commit
42651d51c0
2 changed files with 9 additions and 2 deletions
|
|
@ -20,7 +20,14 @@
|
|||
# extractPeripheralFirmware = false;
|
||||
# This is broken because of flake git tracking.
|
||||
# I can't figure out how to make it work.
|
||||
peripheralFirmwareDirectory = ./firmware;
|
||||
peripheralFirmwareDirectory = pkgs.requireFile {
|
||||
name = "firmware";
|
||||
hashMode = "recursive";
|
||||
hash = "sha256-lw8tJHRUSBwqu82ys4rZIYH0sEb+dDjQkXg1wt1afZI=";
|
||||
message = ''
|
||||
nix-store --add-fixed sha256 --recursive ./firmware
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue