From f26e263c1defb042bcbdf2b006e1bb5926928bf2 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 2 Sep 2025 12:54:12 -0400 Subject: firefox-nightly for webgpu work --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 0964fc8..e0901ac 100644 --- a/flake.nix +++ b/flake.nix @@ -39,6 +39,9 @@ zen-browser.url = "github:0xc000022070/zen-browser-flake"; zen-browser.inputs.nixpkgs.follows = "nixpkgs"; zen-browser.inputs.home-manager.follows = "home-manager"; + # firefox-nightly + firefox-nightly.url = "github:nix-community/flake-firefox-nightly"; + firefox-nightly.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = { -- cgit v1.2.3-freya