1
0
Fork 0
forked from TWS/kalkutago

Frontend was merged prematurely, this fixes that #3

Merged
scott merged 5 commits from frontend/feature/login-view into feature/user-auth 2023-08-26 06:18:07 -04:00
Showing only changes of commit ffc1c6806a - Show all commits

View file

@ -2,13 +2,16 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
clang
yarn nodejs
openssl
python3
python3Packages.requests
python3Packages.ipython
name = "kalkutago";
nativeBuildInputs = with pkgs.buildPackages; [
clang
yarn nodejs
openssl
python3
python3Packages.requests
python3Packages.ipython
rustup
docker
gnumake
];
}