You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using NixOS stable 22.11 and HM installed as a NixOS module in a single flake. After upgrading both nixpkgs and HM, I started seeing an error in stdlib-extended.nix from HM.
error: attribute 'extend' missing
at /nix/store/bmxyjabn7zj054239gyx3kga44wi8v91-source/modules/lib/stdlib-extended.nix:7:4:
6| let mkHmLib = import ./.;
7| in nixpkgsLib.extend (self: super: {
| ^
8| hm = mkHmLib { lib = self; };
Did you mean extends?
Seems to make sense, as nixpkgs has had extendsfor a long time and at least in the nixos-22.11 branch, those exports for nixpkgs.lib haven't changed in the past 3 months.
Are you following the right branch?
Is there an existing issue for this?
Issue description
I'm using NixOS stable 22.11 and HM installed as a NixOS module in a single flake. After upgrading both nixpkgs and HM, I started seeing an error in stdlib-extended.nix from HM.
Started throwing this error:
Seems to make sense, as nixpkgs has had
extends
for a long time and at least in the nixos-22.11 branch, those exports fornixpkgs.lib
haven't changed in the past 3 months.Maintainer CC
No response
System information
The text was updated successfully, but these errors were encountered: