diff options
-rw-r--r-- | web/bubblegum/examples/blog.nix | 2 | ||||
-rw-r--r-- | web/bubblegum/examples/hello.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/bubblegum/examples/blog.nix b/web/bubblegum/examples/blog.nix index 213fbb7d19ba..9359d38fa28e 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 ; diff --git a/web/bubblegum/examples/hello.nix b/web/bubblegum/examples/hello.nix index f6706eb2177e..db04d4082371 100644 --- a/web/bubblegum/examples/hello.nix +++ b/web/bubblegum/examples/hello.nix @@ -1,7 +1,7 @@ { depot, ... }: let - inherit (depot) + inherit (depot.third_party.nixpkgs) lib ; |