syndicate-flake/lib.nix

12 lines
258 B
Nix
Raw Normal View History

2021-09-02 20:12:54 +00:00
final: prev:
let lib = final;
in with lib; {
generators = with final.generators;
prev.generators // {
2023-11-25 12:36:54 +00:00
toPreserves = throw
"moved to https://git.syndicate-lang.org/ehmry/nix-processmgmt/src/branch/synit/nixproc/backends/synit";
2021-09-02 20:12:54 +00:00
};
}