nix/vm: enable trace logging
Build and test / check (push) Failing after 1m4s
Build and test / test (push) Successful in 1m51s
Build and test / build (push) Successful in 2m8s
Build and test / docs (push) Successful in 3m21s

This commit is contained in:
2026-04-29 05:05:32 +09:00
parent d153b099aa
commit d9db6239ee
+1 -1
View File
@@ -48,7 +48,7 @@ nixpkgs.lib.nixosSystem {
services.roowho2 = {
enable = true;
logLevel = "debug";
logLevel = "trace";
};
programs.vim = {