mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 17:20:31 +03:00
chore(interface): deprecate riseAndShine
This commit is contained in:
parent
016f479090
commit
e5aa0e4c11
@ -269,5 +269,4 @@
|
||||
in {
|
||||
inherit init makeFlakeOutputs makeFlakeOutputsForIndexes;
|
||||
dlib = import ./modules/dlib.nix {inherit lib;};
|
||||
riseAndShine = throw "Use makeFlakeOutputs instead of riseAndShine.";
|
||||
}
|
||||
|
@ -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
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user