Refactor the whole configuration #1
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