Refactor the whole configuration #1
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
{ inputs, ... }: final: prev: {
|
{ inputs, ... }: final: prev: {
|
||||||
unstable = inputs.nixpkgs-unstable {
|
unstable = (inputs.nixpkgs-unstable.legacyPackages.${prev.system}).extend
|
||||||
inherit (prev) system config overlays;
|
(self: super: {
|
||||||
};
|
inherit (prev) config system overlays;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue