444 current 2024-08-18 22:25:11 24.05.3642.883180e6550c 6.6.44 *

This commit is contained in:
deadvey 2024-08-18 22:25:20 +01:00
parent f50b845605
commit b2d44a4fcd
2 changed files with 28 additions and 33 deletions

View File

@ -5,12 +5,12 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
let let
BORDER_WIDTH = "2"; BORDER_WIDTH = "2";
BORDER_WIDTH_INT = builtins.parseInt BORDER_WIDTH; BORDER_WIDTH_INT = 2;
CORNER_RADIUS = "5"; CORNER_RADIUS = "5";
CORNER_RADIUS_INT = builtins.parseInt CORNER_RADIUS; CORNER_RADIUS_INT = 5;
# A curve of 2px and 10px radius thickness fits into a curve of 12px radius # Curves of 2px and 10px radius fits into a curve of 12px radius do border_width+ corner_radius
RECEIVING_CORNER_RADIUS = builtins.toString CORNER_RADIUS_INT + BORDER_WIDTH_INT; RECEIVING_CORNER_RADIUS = "12";
WAYBAR_MODULES_CORNER_RADIUS = "5"; WAYBAR_MODULES_CORNER_RADIUS = "5";
GAPS_IN = "5"; GAPS_IN = "5";

View File

@ -1,31 +1,26 @@
building Nix... building Nix...
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 calling the 'head' builtin these 8 derivations will be built:
/nix/store/wzja7q5lz8fp66jdhipwxai4vdqybqvk-waybar-style.css.drv
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/attrsets.nix:1575:11: /nix/store/7br8m6kkx5xj24kc4w81ggwp44lrick7-home-manager-files.drv
/nix/store/znbcsxh58m48yzvr8zbmcy863329cqia-activation-script.drv
1574| || pred here (elemAt values 1) (head values) then /nix/store/p7w0njjxxnf75y5lxk3i1an7jq9wv4q4-home-manager-generation.drv
1575| head values /nix/store/72f5sslmj17fz4fad1wk97h27jnd0nh6-unit-home-manager-deadvey.service.drv
| ^ /nix/store/33p2a8rsjhsvmpjv7abgksyr7viizbnn-system-units.drv
1576| else /nix/store/ng71mg8xds8dfxmsi9h3a48fq7brmpw5-etc.drv
/nix/store/nx9q6hw44wxak4wrmlqcir4ngr6cab9x-nixos-system-nixos-24.05.3642.883180e6550c.drv
… while evaluating the attribute 'value' building '/nix/store/wzja7q5lz8fp66jdhipwxai4vdqybqvk-waybar-style.css.drv'...
building '/nix/store/znbcsxh58m48yzvr8zbmcy863329cqia-activation-script.drv'...
at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:809:9: building '/nix/store/7br8m6kkx5xj24kc4w81ggwp44lrick7-home-manager-files.drv'...
building '/nix/store/p7w0njjxxnf75y5lxk3i1an7jq9wv4q4-home-manager-generation.drv'...
808| in warnDeprecation opt // building '/nix/store/72f5sslmj17fz4fad1wk97h27jnd0nh6-unit-home-manager-deadvey.service.drv'...
809| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value; building '/nix/store/33p2a8rsjhsvmpjv7abgksyr7viizbnn-system-units.drv'...
| ^ building '/nix/store/ng71mg8xds8dfxmsi9h3a48fq7brmpw5-etc.drv'...
810| inherit (res.defsFinal') highestPrio; building '/nix/store/nx9q6hw44wxak4wrmlqcir4ngr6cab9x-nixos-system-nixos-24.05.3642.883180e6550c.drv'...
activating the configuration...
(stack trace truncated; use '--show-trace' to show the full trace) setting up /etc...
reloading user units for lightdm...
error: attribute 'parseInt' missing reloading user units for deadvey...
restarting sysinit-reactivation.target
at /etc/nixos/configuration.nix:11:22: restarting the following units: home-manager-deadvey.service
10| CORNER_RADIUS = "5";
11| CORNER_RADIUS_INT = builtins.parseInt CORNER_RADIUS;
| ^
12| # A curve of 2px and 10px radius thickness fits into a curve of 12px radius