hyperhive: override unstable, update

This commit is contained in:
müde 2026-05-15 20:14:56 +02:00
parent aa77543f14
commit bdd2c2efe1
2 changed files with 8 additions and 5 deletions

View file

@ -15,7 +15,10 @@
};
hyperhive = {
url = "git+https://git.berlin.ccc.de/vinzenz/hyperhive.git";
inputs.nixpkgs.follows = "nixpkgs";
inputs = {
nixpkgs.follows = "nixpkgs";
nixpkgs-unstable.follows = "nixpkgs-unstable";
};
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.3";