still uncertain whether this might or might not work

This commit is contained in:
caem 2025-01-25 20:02:17 +01:00
parent ee5b0fc5af
commit daddf8e36a
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -1,6 +1,5 @@
{ inputs, ... }: final: prev: { { inputs, ... }: final: prev: {
unstable = (inputs.nixpkgs-unstable.legacyPackages.${prev.system}).extend unstable = import inputs.nixpkgs-unstable {
(self: super: { inherit (prev) system config overlays;
inherit (prev) config system overlays; };
});
} }