mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-04 20:22:14 +03:00
fix typo makeFlakeOutpus
-> makeFlakeOutputs
This commit is contained in:
parent
0ef1821bdc
commit
6882b06562
@ -258,5 +258,5 @@
|
||||
in {
|
||||
inherit dlib init;
|
||||
riseAndShine = throw "Use makeFlakeOutputs instead of riseAndShine.";
|
||||
makeFlakeOutpus = makeFlakeOutputsFunc;
|
||||
makeFlakeOutputs = makeFlakeOutputsFunc;
|
||||
}
|
||||
|
@ -225,5 +225,5 @@
|
||||
in {
|
||||
inherit dlib init;
|
||||
riseAndShine = throw "Use makeFlakeOutputs instead of riseAndShine.";
|
||||
makeFlakeOutpus = makeFlakeOutputsFunc;
|
||||
makeFlakeOutputs = makeFlakeOutputsFunc;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user