about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/aspen/resume/resume.tex8
-rw-r--r--users/aspen/web/index.org6
-rw-r--r--users/fogti/store-ref-scanner/Cargo.toml2
-rw-r--r--users/tazjin/blog/default.nix2
-rw-r--r--users/tazjin/blog/posts/nixery-layers.md6
-rw-r--r--users/wpcarro/common.nix2
-rw-r--r--users/wpcarro/website/blog/posts/restic.md2
-rw-r--r--users/wpcarro/website/default.nix2
8 files changed, 15 insertions, 15 deletions
diff --git a/users/aspen/resume/resume.tex b/users/aspen/resume/resume.tex
index fb226c4ddffc..11febeb01066 100644
--- a/users/aspen/resume/resume.tex
+++ b/users/aspen/resume/resume.tex
@@ -230,10 +230,10 @@ SQL from the ground up -- and of course also a user}
     {\url{https://blog.readyset.io/bounds-checks/}}{Blog post providing a deep
         evaluation of the runtime cost of bounds checking in safe languages like Rust.
         Front page of Hacker News, doubled month-over-month ReadySet waitlist signups}
-    \project{Tvix}{\url{https://cs.tvl.fyi/depot/-/blob/third\_party/nix/README.md}}{
-        Fork of the Nix build tool delivering increased reliability, code
-        quality, and pluggability}
-    \project{Panettone}{\url{https://cs.tvl.fyi/depot/-/tree/web/panettone}}{
+    \project{Tvix}{\url{https://tvix.dev}}{
+        % TODO(aspen): and now in your own words :)
+        Modular Reimplementation of the Nix build tool in Rust}
+    \project{Panettone}{\url{https://code.tvl.fyi/tree/web/panettone}}{
         Aggressively simple bug-tracker developed in Common Lisp for the community
         involved in the development of Tvix. Hosted at https://b.tvl.fyi}
     \project{Org-Clubhouse}{\url{https://github.com/glittershark/org-clubhouse}}{
diff --git a/users/aspen/web/index.org b/users/aspen/web/index.org
index 109f3a77a08c..7f36d874d54d 100644
--- a/users/aspen/web/index.org
+++ b/users/aspen/web/index.org
@@ -7,7 +7,7 @@ my name is aspen smith and i'm a software engineer and musician.
 * code
 
 - [[https://github.com/glittershark/][github]]
-- [[https://cs.tvl.fyi/depot/-/tree/users/aspen][my directory in the tvl monorepo]]
+- [[https://code.tvl.fyi/tree/users/aspen][my directory in the tvl monorepo]]
 
 * work
 
@@ -24,9 +24,9 @@ that's wire-compatible with postgresql and mysql, based on [[https://github.com/
 - [[https://tvix.dev/][tvix]], a project to reimplement nix in rust with a focus on better performance,
   maintainability, and extensibility. i'm a committer to the project, and mostly
   focus on the implementation of the language evaluator.
-- [[https://cs.tvl.fyi/depot/-/tree/users/aspen/achilles][achilles]], a compiler for (what I plan to become) a dependently typed,
+- [[https://code.tvl.fyi/tree/users/aspen/achilles][achilles]], a compiler for (what I plan to become) a dependently typed,
   low-level functional programming language targeting LLVM
-- [[https://cs.tvl.fyi/depot/-/tree/users/aspen/xanthous][xanthous]], a terminal roguelike in haskell that I work on intermittently and
+- [[https://code.tvl.fyi/tree/users/aspen/xanthous][xanthous]], a terminal roguelike in haskell that I work on intermittently and
   exclusively for fun
 
 * music
diff --git a/users/fogti/store-ref-scanner/Cargo.toml b/users/fogti/store-ref-scanner/Cargo.toml
index 0ed0c20a3938..624cfc0c668c 100644
--- a/users/fogti/store-ref-scanner/Cargo.toml
+++ b/users/fogti/store-ref-scanner/Cargo.toml
@@ -5,7 +5,7 @@ description = "scanner/extractor of Nix-like store paths from byte arrays/stream
 license = "MIT OR Apache-2.0"
 categories = ["no-std", "parsing"]
 edition = "2021"
-homepage = "https://cs.tvl.fyi/depot/-/tree/users/fogti/store-ref-scanner"
+homepage = "https://code.tvl.fyi/tree/users/fogti/store-ref-scanner"
 include = ["/src"]
 
 [dependencies]
diff --git a/users/tazjin/blog/default.nix b/users/tazjin/blog/default.nix
index 60c79f0941e4..10de3c754a01 100644
--- a/users/tazjin/blog/default.nix
+++ b/users/tazjin/blog/default.nix
@@ -14,7 +14,7 @@ let
       <p class="footer">
         <a class="uncoloured-link" href="https://tazj.in">homepage</a>
         |
-        <a class="uncoloured-link" href="https://cs.tvl.fyi/">code</a>
+        <a class="uncoloured-link" href="https://code.tvl.fyi/">code</a>
       </p>
       <p class="lod">ಠ_ಠ</p>
     '';
diff --git a/users/tazjin/blog/posts/nixery-layers.md b/users/tazjin/blog/posts/nixery-layers.md
index 26526d11b5dc..d96fee00ccb5 100644
--- a/users/tazjin/blog/posts/nixery-layers.md
+++ b/users/tazjin/blog/posts/nixery-layers.md
@@ -260,13 +260,13 @@ TIP: This is implemented in [popcount][] in Nixery.
 Hopefully this detailed design review was useful to you. You can also watch [my
 NixCon talk][talk] about Nixery for a review of some of this, and some demos.
 
-[Nixery]: https://cs.tvl.fyi/depot/-/tree/tools/nixery
+[Nixery]: https://code.tvl.fyi/tree/tools/nixery
 [grhmc]: https://grahamc.com/blog/nix-and-layered-docker-images
 [Nix]: https://nixos.org/nix
 [registry protocols]: https://github.com/opencontainers/distribution-spec/blob/master/spec.md
 [nixery.dev]: https://nixery.dev
 [dominator trees]: https://en.wikipedia.org/wiki/Dominator_(graph_theory)
 [gonum/graph]: https://godoc.org/gonum.org/v1/gonum/graph
-[layers.go]: https://cs.tvl.fyi/depot/-/blob/tools/nixery/layers/layers.go
-[popcount]: https://cs.tvl.fyi/depot/-/tree/tools/nixery/popcount
+[layers.go]: https://code.tvl.fyi/tree/tools/nixery/layers/layers.go
+[popcount]: https://code.tvl.fyi/tree/tools/nixery/popcount
 [talk]: https://www.youtube.com/watch?v=pOI9H4oeXqA
diff --git a/users/wpcarro/common.nix b/users/wpcarro/common.nix
index 582b63fc4c43..f7a03d676f1a 100644
--- a/users/wpcarro/common.nix
+++ b/users/wpcarro/common.nix
@@ -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 [ ]);
 }
diff --git a/users/wpcarro/website/blog/posts/restic.md b/users/wpcarro/website/blog/posts/restic.md
index 4af1fab3682f..87e7e3a13061 100644
--- a/users/wpcarro/website/blog/posts/restic.md
+++ b/users/wpcarro/website/blog/posts/restic.md
@@ -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/
diff --git a/users/wpcarro/website/default.nix b/users/wpcarro/website/default.nix
index 56f5b02cc89d..3a3dc90ba214 100644
--- a/users/wpcarro/website/default.nix
+++ b/users/wpcarro/website/default.nix
@@ -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 // {