Skip to content

Use localStorageOnly - #1

Merged
sergesku merged 3 commits into
masterfrom
use-localStorageOnly
Apr 27, 2026
Merged

Use localStorageOnly#1
sergesku merged 3 commits into
masterfrom
use-localStorageOnly

Conversation

@sergesku

Copy link
Copy Markdown
Contributor

This makes Pendo to only use local storage.

Task https://github.com/SupercedeTech/supercede/issues/12632

@sergesku

Copy link
Copy Markdown
Contributor Author

@m1-s What is the proper way to handle this CI error?

       error: Package ‘yesod-middleware-csp-1.2.0’ in /nix/store/y3s8zayldrj27g81c8awb2clqk60vnm8-source/pkgs/development/haskell-modules/hackage-packages.nix:324571 is marked as broken, refusing to evaluate.

@m1-s

m1-s commented Apr 24, 2026

Copy link
Copy Markdown

See here

@m1-s

m1-s commented Apr 24, 2026

Copy link
Copy Markdown

You may also have to bump the nixpkgs input from the flake in this repo since it is pretty old. All of our repos are using nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.11"; currently.

@sergesku
sergesku requested a review from m1-s April 24, 2026 14:04
Comment thread flake.nix Outdated
})];
};
in
with pkgs;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pkgs is a huge attribute set. this statement brings all 120.000+ packages into scope and makes them flake outputs. This is probably not what you wanted to do.

@sergesku
sergesku requested review from m1-s April 24, 2026 17:07
@sergesku
sergesku merged commit 33f8224 into master Apr 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants