From 6cf4256276b28d8674f97360788d72a6fd8f49a0 Mon Sep 17 00:00:00 2001 From: deadvey Date: Sun, 18 Aug 2024 20:49:00 +0100 Subject: [PATCH] 434 current 2024-08-18 20:39:45 24.05.3642.883180e6550c 6.6.44 * --- configuration.nix | 23 ++++++++-- nixos-switch.log | 109 ++++++++++++++++++++++++++++++++++++---------- 2 files changed, 106 insertions(+), 26 deletions(-) diff --git a/configuration.nix b/configuration.nix index 73865c3..733a6ba 100644 --- a/configuration.nix +++ b/configuration.nix @@ -281,10 +281,25 @@ in key = " OS"; keyColor = "yellow"; } - "cpu" - "gpu" - "memory" - "colors" + { + type = "cpu" + key = " PC ╦"; + keyColor = "green"; + } + { + type = "gpu"; + key = " ╠"; + keyColor = "green"; + } + { + type = "memory"; + key = " ╠"; + keyColor = "green"; + } + { + "type": "custom", + "format": " \u001b[90m \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m \u001b[38m \u001b[39m  \u001b[38m \u001b[37m \u001b[36m \u001b[35m \u001b[34m \u001b[33m \u001b[32m \u001b[31m \u001b[90m" + } ]; }; }; diff --git a/nixos-switch.log b/nixos-switch.log index 74aae5d..b4f1cd9 100644 --- a/nixos-switch.log +++ b/nixos-switch.log @@ -1,24 +1,89 @@ +error: + … while evaluating the attribute 'config' + + at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9: + + 321| options = checked options; + 322| config = checked (removeAttrs config [ "_module" ]); + | ^ + 323| _module = checked (config._module); + + … while calling the 'seq' builtin + + at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18: + + 321| options = checked options; + 322| config = checked (removeAttrs config [ "_module" ]); + | ^ + 323| _module = checked (config._module); + + (stack trace truncated; use '--show-trace' to show the full trace) + + error: syntax error, unexpected '=', expecting ';' + + at /etc/nixos/configuration.nix:286:8: + + 285| type = "cpu" + 286| key = " PC ╦"; + | ^ + 287| keyColor = "green"; building Nix... +error: + … while evaluating the attribute 'config' + + at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9: + + 321| options = checked options; + 322| config = checked (removeAttrs config [ "_module" ]); + | ^ + 323| _module = checked (config._module); + + … while calling the 'seq' builtin + + at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18: + + 321| options = checked options; + 322| config = checked (removeAttrs config [ "_module" ]); + | ^ + 323| _module = checked (config._module); + + (stack trace truncated; use '--show-trace' to show the full trace) + + error: syntax error, unexpected '=', expecting ';' + + at /etc/nixos/configuration.nix:286:8: + + 285| type = "cpu" + 286| key = " PC ╦"; + | ^ + 287| keyColor = "green"; building the system configuration... -trace: warning: The option `services.xserver.displayManager.defaultSession' defined in `/etc/nixos/configuration.nix' has been renamed to `services.displayManager.defaultSession'. -these 7 derivations will be built: - /nix/store/glnxgdhiqiql27nqpz5xgpl0hpdb578f-config.jsonc.drv - /nix/store/flqs9wwwjfg4kxy5bcy4is1k2nrzr9f9-home-manager-files.drv - /nix/store/ww52ldkcg9lrfn1ls68sis0r01zz40ls-home-manager-generation.drv - /nix/store/xp712h3bvqiv3r52mpkfnix41j3q0wpj-unit-home-manager-deadvey.service.drv - /nix/store/nknp29qg8vac8z7b8wp2g9nrvcwp8ypb-system-units.drv - /nix/store/rjr4j82mk93rqamxrl380xcvizslp81y-etc.drv - /nix/store/c768njrvs9wp2qgpjjqc8hzi84p4rda6-nixos-system-nixos-24.05.3642.883180e6550c.drv -building '/nix/store/glnxgdhiqiql27nqpz5xgpl0hpdb578f-config.jsonc.drv'... -building '/nix/store/flqs9wwwjfg4kxy5bcy4is1k2nrzr9f9-home-manager-files.drv'... -building '/nix/store/ww52ldkcg9lrfn1ls68sis0r01zz40ls-home-manager-generation.drv'... -building '/nix/store/xp712h3bvqiv3r52mpkfnix41j3q0wpj-unit-home-manager-deadvey.service.drv'... -building '/nix/store/nknp29qg8vac8z7b8wp2g9nrvcwp8ypb-system-units.drv'... -building '/nix/store/rjr4j82mk93rqamxrl380xcvizslp81y-etc.drv'... -building '/nix/store/c768njrvs9wp2qgpjjqc8hzi84p4rda6-nixos-system-nixos-24.05.3642.883180e6550c.drv'... -activating the configuration... -setting up /etc... -reloading user units for lightdm... -reloading user units for deadvey... -restarting sysinit-reactivation.target -restarting the following units: home-manager-deadvey.service +error: + … while evaluating the attribute 'config.system.build.toplevel' + + at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9: + + 321| options = checked options; + 322| config = checked (removeAttrs config [ "_module" ]); + | ^ + 323| _module = checked (config._module); + + … while calling the 'seq' builtin + + at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18: + + 321| options = checked options; + 322| config = checked (removeAttrs config [ "_module" ]); + | ^ + 323| _module = checked (config._module); + + (stack trace truncated; use '--show-trace' to show the full trace) + + error: syntax error, unexpected '=', expecting ';' + + at /etc/nixos/configuration.nix:286:8: + + 285| type = "cpu" + 286| key = " PC ╦"; + | ^ + 287| keyColor = "green";