diff options
Diffstat (limited to 'hosts/vidhar/borg/default.nix')
-rw-r--r-- | hosts/vidhar/borg/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/borg/default.nix b/hosts/vidhar/borg/default.nix index 71c0da26..b1bdde04 100644 --- a/hosts/vidhar/borg/default.nix +++ b/hosts/vidhar/borg/default.nix | |||
@@ -54,7 +54,7 @@ let | |||
54 | 54 | ||
55 | buildInputs = with pkgs; [makeWrapper]; | 55 | buildInputs = with pkgs; [makeWrapper]; |
56 | 56 | ||
57 | python = pkgs.python39.withPackages (ps: with ps; [humanize tqdm dateutil xdg python-unshare pyprctl halo]); | 57 | python = inpPython.withPackages (ps: with ps; [humanize tqdm dateutil xdg python-unshare pyprctl halo]); |
58 | 58 | ||
59 | buildPhase = '' | 59 | buildPhase = '' |
60 | substitute $src copy \ | 60 | substitute $src copy \ |