forked from extern/flakelight
Add default value for flakelite input
This commit is contained in:
parent
53843042f2
commit
9e3bb803c6
@ -20,7 +20,10 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
builtinModule = { src, inputs, root }: {
|
builtinModule = { src, inputs, root }: {
|
||||||
inputs = { inherit (localInputs) nixpkgs; };
|
inputs = {
|
||||||
|
flakelite = localInputs.self;
|
||||||
|
inherit (localInputs) nixpkgs;
|
||||||
|
};
|
||||||
withOverlays = params: [
|
withOverlays = params: [
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
flakelite = params // {
|
flakelite = params // {
|
||||||
|
Loading…
Reference in New Issue
Block a user