convert tftp.loadAddress from string to int
This commit is contained in:
parent
0131686661
commit
185117843b
6 changed files with 10 additions and 10 deletions
|
@ -144,7 +144,7 @@
|
|||
};
|
||||
};
|
||||
boot.tftp = {
|
||||
loadAddress = "0x00A00000";
|
||||
loadAddress = lim.parseInt "0x00A00000";
|
||||
};
|
||||
kernel = {
|
||||
src = pkgs.pkgsBuildBuild.fetchurl {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue