nix: adds nix custom flag for do.sh

This commit is contained in:
Deepak Mallubhotla 2022-06-07 17:22:19 -05:00
parent af15cc1d4c
commit aae86062da

View File

@ -45,6 +45,9 @@
pkgs.pyewjnEnv
pkgs.pyewjn
];
shellHook = ''
export DO_NIX_CUSTOM=1
'';
};
}));