Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NixOS Guardian-UI package broken for v0.4.2 #534

Open
hensg opened this issue Sep 23, 2024 · 0 comments
Open

NixOS Guardian-UI package broken for v0.4.2 #534

hensg opened this issue Sep 23, 2024 · 0 comments
Labels
bug Something isn't working infra

Comments

@hensg
Copy link

hensg commented Sep 23, 2024

I tried to upgrade to version v0.4.2 but I'm currently experiencing issues with yarn package dependencies. Version v0.3.1 works fine.

  ...
  nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
  fedimint = {
    url = "github:fedimint/fedimint?ref=refs/tags/v0.4.2";
  };
  fedimint-ui = {
    url = "github:fedimint/ui?ref=refs/tags/v0.4.2";
  };
 ...
warning: Git tree '/home/henrique/Projects/fedimint-nixos' is dirty
building the system configuration...
warning: Git tree '/home/henrique/Projects/fedimint-nixos' is dirty
error: builder for '/nix/store/vn5c2rhw5ipzwzh7x965dp1cjv215wgl-guardian-ui-0.3.0.drv' failed with exit code 1;
       last 10 log lines:
       > [1/4] Resolving packages...
       > [2/4] Fetching packages...
       > [] 0/1456[] 22/1456[] 48/1456[] 81/1456error Can't make a request in offline mode ("https://registry.yarnpkg.com/husky___husky_9.0.11.tgz")
       > info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
       > error Can't make a request in offline mode ("https://registry.yarnpkg.com/turbo_darwin_64___turbo_darwin_64_1.13.3.tgz")
       > error Can't make a request in offline mode ("https://registry.yarnpkg.com/turbo_darwin_arm64___turbo_darwin_arm64_1.13.3.tgz")
       > error Can't make a request in offline mode ("https://registry.yarnpkg.com/turbo_linux_64___turbo_linux_64_1.13.3.tgz")
       > error Can't make a request in offline mode ("https://registry.yarnpkg.com/turbo_linux_arm64___turbo_linux_arm64_1.13.3.tgz")
       > error Can't make a request in offline mode ("https://registry.yarnpkg.com/turbo_windows_64___turbo_windows_64_1.13.3.tgz")
       > error Can't make a request in offline mode ("https://registry.yarnpkg.com/turbo_windows_arm64___turbo_windows_arm64_1.13.3.tgz")
       For full logs, run 'nix log /nix/store/vn5c2rhw5ipzwzh7x965dp1cjv215wgl-guardian-ui-0.3.0.drv'.
error: 1 dependencies of derivation '/nix/store/40323bn2gz7zn8qagi6rbrrfqxsy4343-nginx.conf.drv' failed to build
error: 1 dependencies of derivation '/nix/store/rm5iq25bh9xj5vssqirlra3sak7rabrh-unit-nginx.service.drv' failed to build
error: 1 dependencies of derivation '/nix/store/6d06n52knzy3dagq3nnyzz8mlxci9waz-system-units.drv' failed to build
error: 1 dependencies of derivation '/nix/store/9cirk0wsj8h47dzjsb9ng0jr8xpdvcqm-etc.drv' failed to build
error: 1 dependencies of derivation '/nix/store/fvgcq2az3zj8n1rwm73zfax9lv89y3fn-nixos-system-nixos-24.11.20240920.a1d9266.drv' failed to build

Reference: https://github.com/fedimint/ui/blob/master/flake.nix#L41-L73

Steps to reproduce:

nix develop
nix build .#guardian-ui
@hensg hensg added bug Something isn't working infra labels Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working infra
Projects
None yet
Development

No branches or pull requests

1 participant