diff --git a/flake.lock b/flake.lock index b8c993f..6f19da5 100644 --- a/flake.lock +++ b/flake.lock @@ -379,11 +379,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1778860194, - "narHash": "sha256-WZW44eiWOlQOEUB6hzIraDYhVqvHDHcFvNy34tzoqe0=", + "lastModified": 1778868174, + "narHash": "sha256-KvagBF/645AZE6iTY8rVy2uAzSMIrg6DRcK+jX4tCZ4=", "ref": "refs/heads/main", - "rev": "f33fc3dd50c2b80335da86bff5c3c2ad5ab87287", - "revCount": 133, + "rev": "897e7c07ae06e39dd875270d6635aa6ef4914961", + "revCount": 163, "type": "git", "url": "https://git.berlin.ccc.de/vinzenz/hyperhive.git" }, diff --git a/flake.nix b/flake.nix index d8125da..78e118d 100644 --- a/flake.nix +++ b/flake.nix @@ -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";