depot/lib/time-travel.nix

4 lines
85 B
Nix
Raw Normal View History

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