update hyperhive, website overrides
This commit is contained in:
parent
f880b04377
commit
5c1053686f
2 changed files with 26 additions and 34 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue