add helium browser

This commit is contained in:
Sean Kovacs 2025-11-13 10:04:30 -05:00
commit 32ab27ac62
Signed by: sckova
GPG key ID: 00F325187C68651A
4 changed files with 59 additions and 0 deletions

View file

@ -0,0 +1,3 @@
final: prev: {
helium-browser = prev.callPackage (builtins.path { path = ./package.nix; }) { };
}