Skip to content

Commit a0dacda

Browse files
committed
add nix-shell file, use no-root
1 parent 3154024 commit a0dacda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pkgs.mkShell {
99
];
1010

1111
shellHook = ''
12-
poetry install
12+
poetry install --no-root
1313
source .venv/bin/activate
1414
'';
1515
}

0 commit comments

Comments
 (0)