allow easy inclusion of flake packages via overlay
parent
520a9ec569
commit
8d603e3837
@ -0,0 +1,7 @@
|
|||||||
|
{ outputs, ... }@flakeArg:
|
||||||
|
{ ... }@systemArg:
|
||||||
|
final: prev: {
|
||||||
|
inherit (outputs.packages.${prev.system})
|
||||||
|
# list all universally compatible packages from ./../packages
|
||||||
|
;
|
||||||
|
}
|
Loading…
Reference in New Issue