summaryrefslogtreecommitdiff
path: root/hosts/vidhar/borg
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-02-17 14:08:47 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-02-17 14:08:47 +0100
commit37413c78836fb3892fcb7f856ec3a04cea345c75 (patch)
treef3a9c2378923c3df8dc5bf5e096dc728c7d581e1 /hosts/vidhar/borg
parentcdade8e6c5ef4e02f9eaf7047248d00fae7fd805 (diff)
downloadnixos-37413c78836fb3892fcb7f856ec3a04cea345c75.tar
nixos-37413c78836fb3892fcb7f856ec3a04cea345c75.tar.gz
nixos-37413c78836fb3892fcb7f856ec3a04cea345c75.tar.bz2
nixos-37413c78836fb3892fcb7f856ec3a04cea345c75.tar.xz
nixos-37413c78836fb3892fcb7f856ec3a04cea345c75.zip
vidhar: ...
Diffstat (limited to 'hosts/vidhar/borg')
-rw-r--r--hosts/vidhar/borg/default.nix2
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 \