diff options
Diffstat (limited to 'hosts')
-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 74f4a827..352ce887 100644 --- a/hosts/vidhar/borg/default.nix +++ b/hosts/vidhar/borg/default.nix | |||
@@ -55,7 +55,7 @@ let | |||
55 | 55 | ||
56 | buildInputs = with pkgs; [makeWrapper]; | 56 | buildInputs = with pkgs; [makeWrapper]; |
57 | 57 | ||
58 | python = inpPython.withPackages (ps: with ps; [humanize tqdm dateutil xdg python-unshare pyprctl halo]); | 58 | python = inpPython.withPackages (ps: with ps; [humanize tqdm dateutil xdg python-unshare halo]); |
59 | 59 | ||
60 | buildPhase = '' | 60 | buildPhase = '' |
61 | substitute $src copy \ | 61 | substitute $src copy \ |