depot/lib/time-travel.nix

4 lines
85 B
Nix
Raw Normal View History

2023-08-23 21:42:51 +03:00
{
2023-08-31 01:55:45 +03:00
lib.timeTravel = rev: builtins.getFlake "github:privatevoid-net/depot/${rev}";
2023-08-23 21:42:51 +03:00
}