not certain if this will work
This commit is contained in:
parent
ca00371fea
commit
5fda451e3c
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
{ inputs, ... }: final: prev: {
|
{ inputs, ... }: final: prev: {
|
||||||
unstable = inputs.nixpkgs-unstable.legacyPackages.${prev.system};
|
unstable = inputs.nixpkgs-unstable {
|
||||||
|
inherit (prev) system config overlays;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue