Update omnisearch.nix

This commit is contained in:
ediblerope 2026-03-26 10:26:18 +00:00 committed by GitHub
parent ab0d8dd6d4
commit 35d6de113d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,6 @@ let
beakerSrc = builtins.fetchGit {
url = "https://git.bwaaa.monster/beaker";
shallow = true;
};
beaker = pkgs.stdenv.mkDerivation {