not certain if this will work

This commit is contained in:
caem 2025-01-25 19:57:19 +01:00
parent ca00371fea
commit 5fda451e3c
Signed by: caem
GPG key ID: 69A830D03203405F

View file

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