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