chore(interface): deprecate riseAndShine

This commit is contained in:
DavHau 2023-03-28 16:37:11 +08:00
parent 016f479090
commit e5aa0e4c11
2 changed files with 0 additions and 7 deletions

View File

@ -269,5 +269,4 @@
in {
inherit init makeFlakeOutputs makeFlakeOutputsForIndexes;
dlib = import ./modules/dlib.nix {inherit lib;};
riseAndShine = throw "Use makeFlakeOutputs instead of riseAndShine.";
}

View File

@ -146,11 +146,6 @@
};
in
formattedOutputs;
riseAndShine = throw ''
`riseAndShine` is deprecated. See usage in readme.md.
'';
makeOutputsForDreamLock = {
dreamLock,
sourceRoot ? null,
@ -516,7 +511,6 @@ in {
fetchSources
realizeProjects
translateProjects
riseAndShine
makeOutputsForDreamLock
makeOutputs
;