-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add nix flake #75
base: master
Are you sure you want to change the base?
Add nix flake #75
Conversation
@kczulko why wouldn't the browser download component work automatically? |
@ruimarinho |
Is there an easy to test this via https://github.com/LnL7/nix-docker or similar on macOS? |
Basically, in such case I was using cachix/install-nix-action like e.g. here. However, this slows down the build a little bit. For this case, I would suggest moving this to separate workflow (e.g. not required to be "green" for ongoing PRs), or just leave it without testing. The latter, in case of failures would get fixed by someone from community who wants to use this installation/build recipe. |
78a3a3e
to
dd98404
Compare
@ruimarinho @kczulko Just run into this recently while trying to install |
@dephiros |
I can merge this as is but without guarantees it will work in the future due to limited testing. |
@ruimarinho , seems like the node version is a bit old. I can help test it tomorrow with a newer version before we merge? |
Yep, that works for me! Thanks for the help. |
This does not go as I expected and definitely a bit outside of my wheel house:
As an alternative, I file a ticket with nixpkgs to add |
I am very new to nodejs stack, apologies if sounds naive, is it feasable to upgrade the minimum nodejs version the project needs? |
Hello,
I was having some problems with
aws-google-auth
(constantly returningInvalid username or password
) and one of its github issues pointed me to this project. Sinceaws-google-auth
got nixified some time ago andgsts
wasn't, I decided to write some nix expr forgsts
(I'm a nixos user) and publish it to the upstream. Not sure how good is it but it works.Notes:
playwright
installation script wants to download browser (?) so I had to disable this step via env variable. More details here.gsts
(see thedevShell
setup - chromium was added there and its path is accessible via env variable).Best regards,
Karol