diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-17 13:23:03 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-17 13:23:03 +0100 |
commit | 93db18285e73a4b9eab9a97097a9aa7e29d4afe8 (patch) | |
tree | ad47ae31b8d50973c5ce620015430ef23239dd1b /hosts/vidhar/borg/default.nix | |
parent | 91a06615f7ec9c2171d56d910e2f05920099cb57 (diff) | |
download | nixos-93db18285e73a4b9eab9a97097a9aa7e29d4afe8.tar nixos-93db18285e73a4b9eab9a97097a9aa7e29d4afe8.tar.gz nixos-93db18285e73a4b9eab9a97097a9aa7e29d4afe8.tar.bz2 nixos-93db18285e73a4b9eab9a97097a9aa7e29d4afe8.tar.xz nixos-93db18285e73a4b9eab9a97097a9aa7e29d4afe8.zip |
vidhar: ...
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 88fcc1ed..cae241d2 100644 --- a/hosts/vidhar/borg/default.nix +++ b/hosts/vidhar/borg/default.nix | |||
@@ -50,7 +50,7 @@ let | |||
50 | 50 | ||
51 | buildInputs = with pkgs; [makeWrapper]; | 51 | buildInputs = with pkgs; [makeWrapper]; |
52 | 52 | ||
53 | python = pkgs.python39.withPackages (ps: with ps; [humanize tqdm dateutil xdg python-unshare halo]); | 53 | python = pkgs.python39.withPackages (ps: with ps; [humanize tqdm dateutil xdg python-unshare pyprctl halo]); |
54 | 54 | ||
55 | buildPhase = '' | 55 | buildPhase = '' |
56 | substitute $src copy \ | 56 | substitute $src copy \ |