chore: rewrite uses of cs.tvl.fyi to code.tvl.fyi

I've checked the new links manually.

- //web/tvl: changed the target path of links to the tvix docs since
  they were moved in r/2378.

- //users/aspen/resume: Tvix is no longer //third_party/nix.

Change-Id: I419bae1a46bdccc7baa7327215aa2368ffc0f01c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/13043
Reviewed-by: aspen <root@gws.fyi>
Tested-by: BuildkiteCI
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: fogti <fogti+devel@ytrizja.de>
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
sterni 2025-01-23 23:04:08 +01:00 committed by clbot
parent ae3b098664
commit dd5100acf5
25 changed files with 40 additions and 40 deletions

View file

@ -77,7 +77,7 @@ in
# This depends on compiler-rt-libc-10.0.1, which is marked as broken on
# aarch64-darwin, but depot sets `allowBroken = true`, which means any
# build that depends on dig will fail on OSX (e.g. emacs).
# https://cs.tvl.fyi/github.com/NixOS/nixpkgs@e9b195248c6cd7961a453b10294aea9ab58e01b4/-/blob/pkgs/development/compilers/llvm/10/compiler-rt/default.nix?L122
# https://github.com/NixOS/nixpkgs/blob/e9b195248c6cd7961a453b10294aea9ab58e01b4/pkgs/development/compilers/llvm/10/compiler-rt/default.nix#L122
dig
] else [ ]);
}

View file

@ -85,7 +85,7 @@ Snapshots processed: 175
> Ah... the world agrees again.
> -- me
[1]: https://cs.tvl.fyi/depot@2ec0d3611960b163a7052e8554ba065f3c89a8cc/-/blob/ops/modules/restic.nix?L9
[1]: https://code.tvl.fyi/blob/ops/modules/restic.nix?id=2ec0d3611960b163a7052e8554ba065f3c89a8cc#n9
[2]: https://github.com/profpatsch
[3]: https://min.io/
[4]: https://restic.net/

View file

@ -13,7 +13,7 @@ let
habits = "https://${domain}/habits";
github = "https://github.com/wpcarro";
linkedin = "https://linkedin.com/in/williampatrickcarroll";
depotWork = "https://cs.tvl.fyi/depot/-/blob/users/wpcarro";
depotWork = "https://code.tvl.fyi/tree/users/wpcarro";
};
renderTemplate = src: vars: pkgs.substituteAll (globalVars // vars // {