fix infinite recursion on current nixpkgs-unstable, update hyperhive

This commit is contained in:
müde 2026-07-01 20:01:53 +02:00
commit f5186b4d28
2 changed files with 8 additions and 12 deletions

View file

@ -17,7 +17,6 @@
url = "git+https://forge.darkest.space/hyperhive/hyperhive.git";
inputs = {
nixpkgs.follows = "nixpkgs";
nixpkgs-unstable.follows = "nixpkgs-unstable";
treefmt-nix.follows = "treefmt-nix";
};
};
@ -160,7 +159,7 @@
overlays = {
unstable = final: prev: {
unstable = import nixpkgs-unstable {
localSystem = prev.stdenv.hostPlatform;
inherit (prev.stdenv.hostPlatform) system;
inherit (prev) config;
};
};