From 562772129992eb7f3b1692e6bfd392998f134d54 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sat, 11 Oct 2025 16:48:03 +0200 Subject: [PATCH] Add https://github.com/vorburger/bazel-nix flake --- flakes/github-ntoz.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flakes/github-ntoz.toml b/flakes/github-ntoz.toml index 0cd15ab9..21f89aea 100644 --- a/flakes/github-ntoz.toml +++ b/flakes/github-ntoz.toml @@ -118,6 +118,11 @@ type = "github" owner = "YaLTeR" repo = "niri" +[[sources]] +type = "github" +owner = "vorburger" +repo = "bazel-nix" + [[sources]] type = "github" owner = "yusdacra"