mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-12 18:43:15 -06:00
Compare commits
2 commits
f72c273070
...
9074af5982
Author | SHA1 | Date | |
---|---|---|---|
9074af5982 | |||
ab5a64f7f7 |
2 changed files with 1 additions and 3 deletions
|
@ -37,7 +37,7 @@
|
|||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest;
|
||||
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
boot.loader = {
|
||||
systemd-boot = enabled // {
|
||||
consoleMode = "max";
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
(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