updated logic for unstable package inheritance

This commit is contained in:
2026-05-10 21:35:42 -07:00
parent 7f5dc9a2cc
commit 5e0bc76ffc
2 changed files with 54 additions and 138 deletions
+3 -2
View File
@@ -39,8 +39,9 @@
(_final: prev: {
unstable = import nixpkgs-unstable {
inherit (prev) system;
inherit config;
inherit system config;
#inherit (prev) system;
#inherit config;
};
})
];