web/lukegbcom: make shell use things As They Are
This commit is contained in:
parent
0563c19125
commit
31e8fe723d
2 changed files with 4 additions and 1 deletions
|
@ -48,4 +48,5 @@ pkgs.stdenv.mkDerivation {
|
||||||
cp .firebaserc $out/.firebaserc
|
cp .firebaserc $out/.firebaserc
|
||||||
mv out $out/out
|
mv out $out/out
|
||||||
'';
|
'';
|
||||||
|
passthru.shell = composition.shell;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
(import ./node-overrides.nix {}).shell
|
{ depot ? import ../.. {} }:
|
||||||
|
|
||||||
|
depot.web.lukegbcom.shell
|
||||||
|
|
Loading…
Reference in a new issue