Skip to content

Commit 618b4d2

Browse files
committed
Add uv to nix environment
Signed-off-by: Douglas Reis <[email protected]>
1 parent e882e13 commit 618b4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
env = pythonSet.mkVirtualEnv "python-env" workspace.deps.default;
5757
in {
5858
devShells.x86_64-linux.default = pkgs.mkShell {
59-
packages = [env];
59+
packages = [env pkgs.uv];
6060
buildInputs = [peakrdl];
6161
};
6262
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.alejandra;

0 commit comments

Comments
 (0)