From 31e8fe723d22f9eb30256dec7642eb8fc5709e4e Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 19 Aug 2023 14:50:10 +0000 Subject: [PATCH] web/lukegbcom: make shell use things As They Are --- web/lukegbcom/default.nix | 1 + web/lukegbcom/shell.nix | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/web/lukegbcom/default.nix b/web/lukegbcom/default.nix index fd7d90087f..d6f029e03f 100644 --- a/web/lukegbcom/default.nix +++ b/web/lukegbcom/default.nix @@ -48,4 +48,5 @@ pkgs.stdenv.mkDerivation { cp .firebaserc $out/.firebaserc mv out $out/out ''; + passthru.shell = composition.shell; } diff --git a/web/lukegbcom/shell.nix b/web/lukegbcom/shell.nix index 860ae5e425..db0313ea4f 100644 --- a/web/lukegbcom/shell.nix +++ b/web/lukegbcom/shell.nix @@ -1 +1,3 @@ -(import ./node-overrides.nix {}).shell +{ depot ? import ../.. {} }: + +depot.web.lukegbcom.shell