tvl-depot/.nixery/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
111 B
Nix
Raw Normal View History

# See README.md
{ depot ? import ../. { }, ... }:
depot.third_party.nixpkgs.extend (_: _: {
tvl = depot;
})