3 lines
100 B
Nix
3 lines
100 B
Nix
final: prev: {
|
|
helium-browser = prev.callPackage (builtins.path { path = ./package.nix; }) { };
|
|
}
|