mirror of
https://github.com/nix-community/flakelight.git
synced 2025-06-21 01:57:57 +02:00
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…
x
Reference in New Issue
Block a user