509 current 2024-08-20 16:16:49 24.05.3999.c42fcfbdfeae 6.6.46 *

This commit is contained in:
deadvey 2024-08-20 16:16:59 +01:00
parent e85408a566
commit df589d2a81
2 changed files with 30 additions and 96 deletions

View File

@ -227,17 +227,17 @@ in
"text/plain" = "emacs.desktop"; "text/plain" = "emacs.desktop";
# Audio # Audio
"audio/mpeg" = mpv.desktop; "audio/mpeg" = "mpv.desktop";
"audio/x-mp3" = mpv.desktop; "audio/x-mp3" = "mpv.desktop";
"audio/x-wav" = mpv.desktop; "audio/x-wav" = "mpv.desktop";
# Video # Video
"video/mp4" = mpv.desktop; "video/mp4" = "mpv.desktop";
"video/x-matroska" = mpv.desktop; "video/x-matroska" = "mpv.desktop";
"video/x-msvideo" = mpv.desktop; "video/x-msvideo" = "mpv.desktop";
"video/x-flv" = mpv.desktop; "video/x-flv" = "mpv.desktop";
"video/x-mpeg" = mpv.desktop; "video/x-mpeg" = "mpv.desktop";
"video/x-ms-wmv" = mpv.desktop; "video/x-ms-wmv" = "mpv.desktop";
}; };
}; };

View File

@ -1,89 +1,23 @@
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: undefined variable 'mpv'
at /etc/nixos/configuration.nix:230:18:
229| # Audio
230| "audio/mpeg" = mpv.desktop;
| ^
231| "audio/x-mp3" = mpv.desktop;
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: undefined variable 'mpv'
at /etc/nixos/configuration.nix:230:18:
229| # Audio
230| "audio/mpeg" = mpv.desktop;
| ^
231| "audio/x-mp3" = mpv.desktop;
building the system configuration... building the system configuration...
error: these 7 derivations will be built:
… while evaluating the attribute 'config.system.build.toplevel' /nix/store/2rfy93j8mrrj9k396v4nszdmm1h6a588-hm_mimeapps.list.drv
/nix/store/qipv6ri5wnxq6d34167xx7bgwkr5q9d0-home-manager-files.drv
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9: /nix/store/07f1kkkm1xlnv24r143qvls08hqk3gck-home-manager-generation.drv
/nix/store/svdj6ypwg8ym99nq54yc18lnqg3bnmx5-unit-home-manager-deadvey.service.drv
321| options = checked options; /nix/store/s445lpkvn50zma6nb1kyd1nc5ay5r0xr-system-units.drv
322| config = checked (removeAttrs config [ "_module" ]); /nix/store/kig99hj6flan0ibshxgzsfi9nd1qq2zb-etc.drv
| ^ /nix/store/5sb9j31f4zgqp78sg976qvny41ls93f9-nixos-system-nixos-24.05.3999.c42fcfbdfeae.drv
323| _module = checked (config._module); building '/nix/store/2rfy93j8mrrj9k396v4nszdmm1h6a588-hm_mimeapps.list.drv'...
building '/nix/store/qipv6ri5wnxq6d34167xx7bgwkr5q9d0-home-manager-files.drv'...
… while calling the 'seq' builtin building '/nix/store/07f1kkkm1xlnv24r143qvls08hqk3gck-home-manager-generation.drv'...
building '/nix/store/svdj6ypwg8ym99nq54yc18lnqg3bnmx5-unit-home-manager-deadvey.service.drv'...
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18: building '/nix/store/s445lpkvn50zma6nb1kyd1nc5ay5r0xr-system-units.drv'...
building '/nix/store/kig99hj6flan0ibshxgzsfi9nd1qq2zb-etc.drv'...
321| options = checked options; building '/nix/store/5sb9j31f4zgqp78sg976qvny41ls93f9-nixos-system-nixos-24.05.3999.c42fcfbdfeae.drv'...
322| config = checked (removeAttrs config [ "_module" ]); activating the configuration...
| ^ setting up /etc...
323| _module = checked (config._module); reloading user units for lightdm...
reloading user units for deadvey...
(stack trace truncated; use '--show-trace' to show the full trace) restarting sysinit-reactivation.target
restarting the following units: home-manager-deadvey.service
error: undefined variable 'mpv'
at /etc/nixos/configuration.nix:230:18:
229| # Audio
230| "audio/mpeg" = mpv.desktop;
| ^
231| "audio/x-mp3" = mpv.desktop;