devshell: source env vars on load

This commit is contained in:
John Bowdre 2024-04-27 14:07:07 -05:00
parent 4c73261c8c
commit c9f302adde

View file

@ -17,6 +17,9 @@
hugo hugo
nodePackages.npm nodePackages.npm
]; ];
shellHook = ''
source .env
'';
}; };
}; };
} }