From 35cea16eca5cd49d14888080b2c4e1a8d575a8fa Mon Sep 17 00:00:00 2001 From: matiss Date: Mon, 20 Apr 2026 15:09:23 +0000 Subject: [PATCH] remove broken helium-browser input --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index e911f50..d2668d6 100644 --- a/flake.nix +++ b/flake.nix @@ -18,12 +18,12 @@ # sops-nix (secrets management) sops-nix.url = "github:mic92/sops-nix"; - # Helium Browser (privacy-first Chromium) - helium-browser.url = "github:nicchongwb/helium-browser-nix"; - helium-browser.inputs.nixpkgs.follows = "nixpkgs"; + # Helium Browser — add back once a working flake is found + # helium-browser.url = "github:user/helium-browser-nix"; + # helium-browser.inputs.nixpkgs.follows = "nixpkgs"; }; - outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, nixvim, sops-nix, helium-browser, ... }@inputs: + outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, nixvim, sops-nix, ... }@inputs: let system = "x86_64-linux";