mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-09 20:33:15 -06:00
Compare commits
No commits in common. "9074af59827b2730c7ec1db801f27ee483149721" and "f72c27307019c956899bbd1fa2883726e54572eb" have entirely different histories.
9074af5982
...
f72c273070
2 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest;
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
|
||||
boot.loader = {
|
||||
systemd-boot = enabled // {
|
||||
consoleMode = "max";
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
(final: prev: {
|
||||
nimble = prev.nimble.overrideNimAttrs rec {
|
||||
version = "0.16.0";
|
||||
requiredNimVersion = 2;
|
||||
buildInputs = [ prev.pkgs.openssl ];
|
||||
|
||||
src = final.fetchFromGitHub {
|
||||
owner = "nim-lang";
|
||||
|
|
Loading…
Reference in a new issue