nixbot

builds

Ramblurr/nixcfg build #1 failed

branch main · commit 66b3621427 · · took 16s

1 failed
failed attributes
status attribute duration
failed x86_64-linux.treefmt 2s
> withImpermanence = config.modules.impermanence.enable; > - nodejs-slim = pkgs.nodejs-slim; > - nodejs = pkgs.nodejs; > + inherit (pkgs) nodejs-slim; > + …
>    withImpermanence = config.modules.impermanence.enable;
> -  nodejs-slim = pkgs.nodejs-slim;
> -  nodejs = pkgs.nodejs;
> +  inherit (pkgs) nodejs-slim;
> +  inherit (pkgs) nodejs;
>    pnpm = pkgs.pnpm.override { inherit nodejs-slim; };
>    yarn = pkgs.yarn.override { inherit nodejs; };
>    npmUnavailable = pkgs.writeShellScriptBin "npm" ''
1 succeeded
succeeded attributes
status attribute duration
loading…