update hyperhive, website overrides

This commit is contained in:
müde 2026-06-05 19:11:47 +02:00
commit 5c1053686f
2 changed files with 26 additions and 34 deletions

View file

@ -18,11 +18,16 @@
inputs = {
nixpkgs.follows = "nixpkgs";
nixpkgs-unstable.follows = "nixpkgs-unstable";
treefmt-nix.follows = "treefmt-nix";
};
};
hyperhive-website = {
url = "git+https://forge.darkest.space/hyperhive/website.git";
inputs.nixpkgs.follows = "nixpkgs";
inputs = {
nixpkgs.follows = "nixpkgs";
hyperhive.follows = "hyperhive";
treefmt-nix.follows = "treefmt-nix";
};
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v1.0.0";