Compare commits

..

No commits in common. "9074af59827b2730c7ec1db801f27ee483149721" and "f72c27307019c956899bbd1fa2883726e54572eb" have entirely different histories.

2 changed files with 3 additions and 1 deletions

View file

@ -37,7 +37,7 @@
];
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest;
boot.tmp.cleanOnBoot = true;
boot.loader = {
systemd-boot = enabled // {
consoleMode = "max";

View file

@ -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";