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 { in {
inherit init makeFlakeOutputs makeFlakeOutputsForIndexes; inherit init makeFlakeOutputs makeFlakeOutputsForIndexes;
dlib = import ./modules/dlib.nix {inherit lib;}; dlib = import ./modules/dlib.nix {inherit lib;};
riseAndShine = throw "Use makeFlakeOutputs instead of riseAndShine.";
} }

View File

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