feat: add vbc-nix input

This commit is contained in:
Leon Schwarzäugl 2025-03-21 19:42:16 +01:00
parent 431cd97efe
commit f7bcd89aa2
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
7 changed files with 73 additions and 4 deletions

View file

@ -75,6 +75,10 @@
flake = false;
inputs = { };
};
vbc-nix = {
url = "git+ssh://git@github.com/vbc-it/vbc-nix.git?ref=main";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-topology.url = "github:oddlama/nix-topology";
};
outputs =