helium-browser: init
Some checks failed
checks / checks (push) Failing after 14m38s

This commit is contained in:
2025-09-28 11:37:05 +04:00
parent b8c8735d42
commit 6a0bbb90d2
10 changed files with 1612 additions and 5 deletions

View File

@@ -11,11 +11,11 @@
self,
nixpkgs,
flake-utils,
}:
}@inputs:
{
overlays.default =
final: prev: (import "${nixpkgs}/pkgs/top-level/by-name-overlay.nix" ./pkgs/by-name) final prev;
final: prev: ((import "${nixpkgs}/pkgs/top-level/by-name-overlay.nix" ./pkgs/by-name) final prev);
}
//
flake-utils.lib.eachSystem