diff options
Diffstat (limited to 'web/bubblegum/examples')
-rw-r--r-- | web/bubblegum/examples/default.nix | 1 | ||||
-rw-r--r-- | web/bubblegum/examples/derivation-svg.nix | 13 |
2 files changed, 0 insertions, 14 deletions
diff --git a/web/bubblegum/examples/default.nix b/web/bubblegum/examples/default.nix index 89482f93eacc..20f897dbbf4a 100644 --- a/web/bubblegum/examples/default.nix +++ b/web/bubblegum/examples/default.nix @@ -4,7 +4,6 @@ let scripts = [ ./hello.nix - ./derivation-svg.nix (substituteAll { src = ./blog.nix; # by making this a plain string this diff --git a/web/bubblegum/examples/derivation-svg.nix b/web/bubblegum/examples/derivation-svg.nix deleted file mode 100644 index 9a625afb55d7..000000000000 --- a/web/bubblegum/examples/derivation-svg.nix +++ /dev/null @@ -1,13 +0,0 @@ -# Warning: this is *very* slow on the first request -{ depot, ... }: - -let - inherit (depot.web.bubblegum) - respond - ; -in -respond "OK" -{ - Content-type = "image/svg+xml"; -} - (builtins.readFile "${depot.tvix.docs.svg}/component-flow.svg") |