about summary refs log tree commit diff
path: root/web/bubblegum/examples/blog.nix
diff options
context:
space:
mode:
Diffstat (limited to 'web/bubblegum/examples/blog.nix')
-rw-r--r--web/bubblegum/examples/blog.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/bubblegum/examples/blog.nix b/web/bubblegum/examples/blog.nix
index 213fbb7d19..9359d38fa2 100644
--- a/web/bubblegum/examples/blog.nix
+++ b/web/bubblegum/examples/blog.nix
@@ -1,7 +1,7 @@
 { depot, ... }:
 
 let
-  inherit (depot)
+  inherit (depot.third_party.nixpkgs)
     lib
     ;