543 current 2024-08-27 15:56:44 24.05.3999.c42fcfbdfeae 6.6.46 *

This commit is contained in:
deadvey 2024-08-27 16:00:39 +01:00
parent 33bd6abd37
commit 5f86d4b132
2 changed files with 91 additions and 23 deletions

View File

@ -264,6 +264,10 @@ in
settings = { settings = {
colors = { colors = {
completion.fg = "#${FG2}"; completion.fg = "#${FG2}";
completion.odd.bg = "#${BG1}";
completion.even.bg = "#${BG}";
completion.category.fg = "#${YELLOW}";
completion.category.bg = "#${BG}"
}; };
}; };
}; };

View File

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