still don't know whether this will work
This commit is contained in:
parent
5fda451e3c
commit
ee5b0fc5af
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
{ inputs, ... }: final: prev: {
|
||||
unstable = inputs.nixpkgs-unstable {
|
||||
inherit (prev) system config overlays;
|
||||
};
|
||||
unstable = (inputs.nixpkgs-unstable.legacyPackages.${prev.system}).extend
|
||||
(self: super: {
|
||||
inherit (prev) config system overlays;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue