Skip to content

Commit ef1d349

Browse files
authored
[flake] embrace our new nix overlords tighter (#92)
Why === * We didn't install python or poetry last time What changed === * Add python 3.11 and poetry Test plan === * flake built on linux and poetry was workin'
1 parent 590021d commit ef1d349

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
# Needed for Python/gRPC to be able to interact with libstdc++.
1818
LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib";
1919
};
20-
packages = replitNixDeps;
20+
packages = replitNixDeps ++ [
21+
pkgs.python311
22+
pkgs.poetry
23+
];
2124
};
2225
in
2326
{

0 commit comments

Comments
 (0)