491 current 2024-08-20 00:26:26 24.05.3999.c42fcfbdfeae 6.6.46 *

This commit is contained in:
deadvey 2024-08-20 00:26:36 +01:00
parent 87ca17d849
commit f791368902
2 changed files with 27 additions and 89 deletions

View File

@ -734,12 +734,12 @@ valign = bottom
"custom/artist" = { "custom/artist" = {
format = "{}"; format = "{}";
exec = "cmus-remote -Q | grep 'tag artist' | sed 's/tag artist //'" exec = "cmus-remote -Q | grep 'tag artist' | sed 's/tag artist //'";
interval = 1; interval = 1;
}; };
"custom/song" = { "custom/song" = {
format = "{}"; format = "{}";
exec = "cmus-remote -Q | grep 'tag song' | sed 's/tag song //'" exec = "cmus-remote -Q | grep 'tag song' | sed 's/tag song //'";
interval = 1; interval = 1;
}; };

View File

@ -1,89 +1,27 @@
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:738:15:
737| exec = "cmus-remote -Q | grep 'tag artist' | sed 's/tag artist //'"
738| interval = 1;
| ^
739| };
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:738:15:
737| exec = "cmus-remote -Q | grep 'tag artist' | sed 's/tag artist //'"
738| interval = 1;
| ^
739| };
building the system configuration... building the system configuration...
error: these 9 derivations will be built:
… while evaluating the attribute 'config.system.build.toplevel' /nix/store/d0c9isl0572jinq7iyv4ks2cdlqywcnc-waybar-config.json.drv
/nix/store/ipddxh69jx40k9j47cxixbrhm5b47gvd-waybar-style.css.drv
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9: /nix/store/29cc7kx2j5xhjbp9c795hmvfk9ilvjdj-home-manager-files.drv
/nix/store/yxwh8f4jnw5l9bqfcgljgr4x7i0if346-activation-script.drv
321| options = checked options; /nix/store/3fshgn67d7f3gz74p285a5p59q5jw9yr-home-manager-generation.drv
322| config = checked (removeAttrs config [ "_module" ]); /nix/store/zlza4phgvrfr420d9qnaw47v1ljdspzc-unit-home-manager-deadvey.service.drv
| ^ /nix/store/vg2vdd61kj7lsl1jpghicya62izl1hwa-system-units.drv
323| _module = checked (config._module); /nix/store/q35zf414f6vqv310a9ji6kcn6ypkwwx6-etc.drv
/nix/store/w8m30i5y0w8fll85awy0qxk0cnnjc3zs-nixos-system-nixos-24.05.3999.c42fcfbdfeae.drv
… while calling the 'seq' builtin building '/nix/store/ipddxh69jx40k9j47cxixbrhm5b47gvd-waybar-style.css.drv'...
building '/nix/store/d0c9isl0572jinq7iyv4ks2cdlqywcnc-waybar-config.json.drv'...
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18: building '/nix/store/yxwh8f4jnw5l9bqfcgljgr4x7i0if346-activation-script.drv'...
building '/nix/store/29cc7kx2j5xhjbp9c795hmvfk9ilvjdj-home-manager-files.drv'...
321| options = checked options; building '/nix/store/3fshgn67d7f3gz74p285a5p59q5jw9yr-home-manager-generation.drv'...
322| config = checked (removeAttrs config [ "_module" ]); building '/nix/store/zlza4phgvrfr420d9qnaw47v1ljdspzc-unit-home-manager-deadvey.service.drv'...
| ^ building '/nix/store/vg2vdd61kj7lsl1jpghicya62izl1hwa-system-units.drv'...
323| _module = checked (config._module); building '/nix/store/q35zf414f6vqv310a9ji6kcn6ypkwwx6-etc.drv'...
building '/nix/store/w8m30i5y0w8fll85awy0qxk0cnnjc3zs-nixos-system-nixos-24.05.3999.c42fcfbdfeae.drv'...
(stack trace truncated; use '--show-trace' to show the full trace) activating the configuration...
setting up /etc...
error: syntax error, unexpected '=', expecting ';' reloading user units for lightdm...
reloading user units for deadvey...
at /etc/nixos/configuration.nix:738:15: restarting sysinit-reactivation.target
restarting the following units: home-manager-deadvey.service
737| exec = "cmus-remote -Q | grep 'tag artist' | sed 's/tag artist //'"
738| interval = 1;
| ^
739| };