forked from DGNum/infrastructure
fix(ap01): switch Liminix nodes to 24.05
There's a bug in 24.11 regarding GCC bootstrap for mipsel which makes it impossible to use that NixOS version. We will need to pin 24.05 and bisect until we find the root cause… Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
parent
ba62dcd6a6
commit
f16d8ce68f
2 changed files with 3 additions and 3 deletions
|
@ -188,7 +188,7 @@
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
system = "zyxel-nwa50ax";
|
system = "zyxel-nwa50ax";
|
||||||
version = "unstable";
|
version = "24.05";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -131,9 +131,9 @@
|
||||||
"url": "https://git.dgnum.eu/DGNum/liminix"
|
"url": "https://git.dgnum.eu/DGNum/liminix"
|
||||||
},
|
},
|
||||||
"branch": "main",
|
"branch": "main",
|
||||||
"revision": "d02397cd653557938b1cd47e17b818a32628a9e1",
|
"revision": "473d6acc3de70bd6dbbb4a77af54f508f25c3c9c",
|
||||||
"url": null,
|
"url": null,
|
||||||
"hash": "1784gd6pscxhfdg08zyva9899wf8ascr902jxwxk4adp675q3swp"
|
"hash": "00slsh0yqd8n8jcx3sbxgcmw1z28bnszy87pfs0ynfkl3bldzs3d"
|
||||||
},
|
},
|
||||||
"linkal": {
|
"linkal": {
|
||||||
"type": "Git",
|
"type": "Git",
|
||||||
|
|
Loading…
Reference in a new issue