Improve nix environment

This commit is contained in:
heyarne 2022-08-09 09:24:29 +02:00
commit e6102a0e39
2 changed files with 2 additions and 0 deletions

1
.envrc
View file

@ -1 +1,2 @@
use flake use flake
layout python

View file

@ -39,6 +39,7 @@
datasette datasette
python39 python39
python39Packages.poetry
]; ];
LD_LIBRARY_PATH = "${lib.makeLibraryPath buildInputs}"; LD_LIBRARY_PATH = "${lib.makeLibraryPath buildInputs}";