365 current 2024-08-18 04:00:20 24.05.3642.883180e6550c 6.6.44 *

This commit is contained in:
deadvey 2024-08-18 04:00:26 +01:00
parent a9263f0531
commit 92723099ca
2 changed files with 28 additions and 88 deletions

View File

@ -264,7 +264,7 @@ in
settings = { settings = {
logo = { logo = {
source = "nixos_small"; source = "nixos_small";
} };
}; };
}; };

View File

@ -1,89 +1,29 @@
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:268:7:
267| }
268| };
| ^
269| };
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:268:7:
267| }
268| };
| ^
269| };
building the system configuration... building the system configuration...
error: trace: warning: The option `services.xserver.displayManager.defaultSession' defined in `/etc/nixos/configuration.nix' has been renamed to `services.displayManager.defaultSession'.
… while evaluating the attribute 'config.system.build.toplevel' these 9 derivations will be built:
/nix/store/wkkyry0gyp5ci152spyxxl4gj9i27qnk-config.jsonc.drv
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:9: /nix/store/9lllpaxw1vgiavb0c20lqw39b14s3ycs-home-manager-files.drv
/nix/store/ixgsaajb438vs85gc1lczbbzl3mwl31d-home-manager-path.drv
321| options = checked options; /nix/store/cn3daxji40kayh23lcl1xnr12c4y0yz8-activation-script.drv
322| config = checked (removeAttrs config [ "_module" ]); /nix/store/2ryrg7ladzajg4cx6sjg8jy9l7y9kcnh-home-manager-generation.drv
| ^ /nix/store/x06i05l0vvdsib0xkvyf9na6xz7nbvkm-unit-home-manager-deadvey.service.drv
323| _module = checked (config._module); /nix/store/jrnpwgrvz788lnj5pvji1jh3zgnkk248-system-units.drv
/nix/store/cfryfkl34g0x4s0hxqcr7zskf3nljv47-etc.drv
… while calling the 'seq' builtin /nix/store/w23mhzrdkw7ddzzirk2szs7c0zfjcf2w-nixos-system-nixos-24.05.3642.883180e6550c.drv
building '/nix/store/ixgsaajb438vs85gc1lczbbzl3mwl31d-home-manager-path.drv'...
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:322:18: building '/nix/store/wkkyry0gyp5ci152spyxxl4gj9i27qnk-config.jsonc.drv'...
created 1697 symlinks in user environment
321| options = checked options; building '/nix/store/9lllpaxw1vgiavb0c20lqw39b14s3ycs-home-manager-files.drv'...
322| config = checked (removeAttrs config [ "_module" ]); building '/nix/store/cn3daxji40kayh23lcl1xnr12c4y0yz8-activation-script.drv'...
| ^ building '/nix/store/2ryrg7ladzajg4cx6sjg8jy9l7y9kcnh-home-manager-generation.drv'...
323| _module = checked (config._module); building '/nix/store/x06i05l0vvdsib0xkvyf9na6xz7nbvkm-unit-home-manager-deadvey.service.drv'...
building '/nix/store/jrnpwgrvz788lnj5pvji1jh3zgnkk248-system-units.drv'...
(stack trace truncated; use '--show-trace' to show the full trace) building '/nix/store/cfryfkl34g0x4s0hxqcr7zskf3nljv47-etc.drv'...
building '/nix/store/w23mhzrdkw7ddzzirk2szs7c0zfjcf2w-nixos-system-nixos-24.05.3642.883180e6550c.drv'...
error: syntax error, unexpected '}', expecting ';' activating the configuration...
setting up /etc...
at /etc/nixos/configuration.nix:268:7: reloading user units for lightdm...
reloading user units for deadvey...
267| } restarting sysinit-reactivation.target
268| }; restarting the following units: home-manager-deadvey.service
| ^
269| };