diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-17 14:08:47 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-17 14:08:47 +0100 |
commit | 37413c78836fb3892fcb7f856ec3a04cea345c75 (patch) | |
tree | f3a9c2378923c3df8dc5bf5e096dc728c7d581e1 /hosts | |
parent | cdade8e6c5ef4e02f9eaf7047248d00fae7fd805 (diff) | |
download | nixos-37413c78836fb3892fcb7f856ec3a04cea345c75.tar nixos-37413c78836fb3892fcb7f856ec3a04cea345c75.tar.gz nixos-37413c78836fb3892fcb7f856ec3a04cea345c75.tar.bz2 nixos-37413c78836fb3892fcb7f856ec3a04cea345c75.tar.xz nixos-37413c78836fb3892fcb7f856ec3a04cea345c75.zip |
vidhar: ...
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 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 \ |