fix infinite recursion on current nixpkgs-unstable, update hyperhive
This commit is contained in:
parent
bb799bdb79
commit
f5186b4d28
2 changed files with 8 additions and 12 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue