Skip to content

Commit

Permalink
fix(home): use explicit system python
Browse files Browse the repository at this point in the history
- 3.11

Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Jul 30, 2024
1 parent 8c52937 commit e795c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/terminal.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ pkgs, ... }:
let
python = pkgs.python3.withPackages (ps: with ps; [ pip ]);
python = pkgs.python311.withPackages (ps: with ps; [ pip ]);
dvcWithOptionalRemotes = pkgs.dvc.override {
enableGoogle = true;
enableAWS = true;
Expand Down

0 comments on commit e795c5f

Please sign in to comment.