fix typo makeFlakeOutpus -> makeFlakeOutputs

This commit is contained in:
DavHau 2022-03-15 23:24:16 +07:00
parent 0ef1821bdc
commit 6882b06562
2 changed files with 2 additions and 2 deletions

View File

@ -258,5 +258,5 @@
in {
inherit dlib init;
riseAndShine = throw "Use makeFlakeOutputs instead of riseAndShine.";
makeFlakeOutpus = makeFlakeOutputsFunc;
makeFlakeOutputs = makeFlakeOutputsFunc;
}

View File

@ -225,5 +225,5 @@
in {
inherit dlib init;
riseAndShine = throw "Use makeFlakeOutputs instead of riseAndShine.";
makeFlakeOutpus = makeFlakeOutputsFunc;
makeFlakeOutputs = makeFlakeOutputsFunc;
}