nix-community / flake-firefox-nightly

this provides an auto-updating flake for firefox-nightly-bin from nixpkgs-mozilla [maintainer=@colemickens, @Artturin]
48 stars 7 forks source link

feat: add a nixos test to make sure the updated firefox-nightly at least starts #10

Open colemickens opened 1 year ago

colemickens commented 1 year ago

It looks like an upstream change in Firefox is causing the latest updated versions to fail to launch.

It'd be neat to have a nixos test that runs before the Action makes the commit+push to validate that the new build at least starts up.

Artturin commented 1 year ago

There's a firefox test in nixpkgs, so we could reuse that https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/firefox.nix

https://nixos.org/manual/nixos/stable/#sec-calling-nixos-tests

Artturin commented 1 year ago

https://github.com/colemickens/flake-firefox-nightly/pull/12