update liminix
This commit is contained in:
parent
3251fc2698
commit
0698cbb25c
3 changed files with 8 additions and 3 deletions
|
@ -21,6 +21,11 @@ in rec {
|
||||||
ipaddr = "10.0.0.8";
|
ipaddr = "10.0.0.8";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
hardware = {
|
||||||
|
flash = {
|
||||||
|
eraseBlockSize = 131072;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
hardware.ubi = {
|
hardware.ubi = {
|
||||||
# PLEASE remove this when using the real ROM. These are just tweaks to make tftpboot working
|
# PLEASE remove this when using the real ROM. These are just tweaks to make tftpboot working
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ce348f2b8ab49ab7ac46537f9bf17e651bcdd3b7
|
Subproject commit 49cae130f5d49ff11a529bc0413b7c51e0d0f3b4
|
|
@ -3,8 +3,8 @@
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"type": "Channel",
|
"type": "Channel",
|
||||||
"name": "nixpkgs-unstable",
|
"name": "nixpkgs-unstable",
|
||||||
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.05pre572676.b06ff4bf8f4a/nixexprs.tar.xz",
|
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.05pre586231.f33dd27a47eb/nixexprs.tar.xz",
|
||||||
"hash": "1alh0waf9hjhxqnxwkmc6g1fq9h1m498g269yncdnhhkiglg73kx"
|
"hash": "15i504pd3y9r0c2fwyjwsc1j8055h20w0j2sj4ij5igvin7v3k9l"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3
|
"version": 3
|
||||||
|
|
Loading…
Reference in a new issue