web/lukegbcom: make shell use things As They Are

This commit is contained in:
Luke Granger-Brown 2023-08-19 14:50:10 +00:00
parent 0563c19125
commit 31e8fe723d
2 changed files with 4 additions and 1 deletions

View file

@ -48,4 +48,5 @@ pkgs.stdenv.mkDerivation {
cp .firebaserc $out/.firebaserc
mv out $out/out
'';
passthru.shell = composition.shell;
}

View file

@ -1 +1,3 @@
(import ./node-overrides.nix {}).shell
{ depot ? import ../.. {} }:
depot.web.lukegbcom.shell