544 current 2024-08-27 16:01:00 24.05.3999.c42fcfbdfeae 6.6.46 *

This commit is contained in:
deadvey 2024-08-27 16:01:12 +01:00
parent 5f86d4b132
commit 0bb59d131b
2 changed files with 24 additions and 88 deletions

View File

@ -267,7 +267,7 @@ in
completion.odd.bg = "#${BG1}"; completion.odd.bg = "#${BG1}";
completion.even.bg = "#${BG}"; completion.even.bg = "#${BG}";
completion.category.fg = "#${YELLOW}"; completion.category.fg = "#${YELLOW}";
completion.category.bg = "#${BG}" completion.category.bg = "#${BG}";
}; };
}; };
}; };

View File

@ -1,89 +1,25 @@
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:271:3:
270| completion.category.bg = "#${BG}"
271| };
| ^
272| };
building Nix... 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:271:3:
270| completion.category.bg = "#${BG}"
271| };
| ^
272| };
building the system configuration... building the system configuration...
error: these 8 derivations will be built:
… while evaluating the attribute 'config.system.build.toplevel' /nix/store/3aahfqg4zylnyjqwd6nk905cqbn5zcmm-hm_qutebrowserconfig.py.drv
/nix/store/js4anpfk9ycsji1zrpjrih6q6gh4mndl-activation-script.drv
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9: /nix/store/qhmpdxwb9xrd2y1s3f9annzprk040i2w-home-manager-files.drv
/nix/store/lr8mfrx13ynqnmsd6kh2xa3sihsjjdfy-home-manager-generation.drv
321| options = checked options; /nix/store/hs32gp58wcajqhl4ig930igxwyc4zam7-unit-home-manager-deadvey.service.drv
322| config = checked (removeAttrs config [ "_module" ]); /nix/store/vyj5bny97alqmq4dj9jkr9wkqpsfvd6p-system-units.drv
| ^ /nix/store/l521ks1s70x8lrv0cghdnxzl36a4202n-etc.drv
323| _module = checked (config._module); /nix/store/v6y6zz7bk39zgkj7cmrxbw4fdrnj2nc8-nixos-system-nixos-24.05.3999.c42fcfbdfeae.drv
building '/nix/store/3aahfqg4zylnyjqwd6nk905cqbn5zcmm-hm_qutebrowserconfig.py.drv'...
… while calling the 'seq' builtin building '/nix/store/js4anpfk9ycsji1zrpjrih6q6gh4mndl-activation-script.drv'...
building '/nix/store/qhmpdxwb9xrd2y1s3f9annzprk040i2w-home-manager-files.drv'...
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18: building '/nix/store/lr8mfrx13ynqnmsd6kh2xa3sihsjjdfy-home-manager-generation.drv'...
building '/nix/store/hs32gp58wcajqhl4ig930igxwyc4zam7-unit-home-manager-deadvey.service.drv'...
321| options = checked options; building '/nix/store/vyj5bny97alqmq4dj9jkr9wkqpsfvd6p-system-units.drv'...
322| config = checked (removeAttrs config [ "_module" ]); building '/nix/store/l521ks1s70x8lrv0cghdnxzl36a4202n-etc.drv'...
| ^ building '/nix/store/v6y6zz7bk39zgkj7cmrxbw4fdrnj2nc8-nixos-system-nixos-24.05.3999.c42fcfbdfeae.drv'...
323| _module = checked (config._module); activating the configuration...
setting up /etc...
(stack trace truncated; use '--show-trace' to show the full trace) reloading user units for lightdm...
reloading user units for deadvey...
error: syntax error, unexpected '}', expecting ';' restarting sysinit-reactivation.target
restarting the following units: home-manager-deadvey.service
at /etc/nixos/configuration.nix:271:3:
270| completion.category.bg = "#${BG}"
271| };
| ^
272| };