diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-17 17:20:04 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-17 17:20:04 +0100 |
commit | 5f54503072b1a004b7d63c9d98876f96a94854e2 (patch) | |
tree | e7c88c53329b0811bab143e62c774d85cb03f989 /hosts/vidhar/borg/default.nix | |
parent | a741c57c6053b6a8f3c87499df0ff5c71b3c0fd9 (diff) | |
download | nixos-5f54503072b1a004b7d63c9d98876f96a94854e2.tar nixos-5f54503072b1a004b7d63c9d98876f96a94854e2.tar.gz nixos-5f54503072b1a004b7d63c9d98876f96a94854e2.tar.bz2 nixos-5f54503072b1a004b7d63c9d98876f96a94854e2.tar.xz nixos-5f54503072b1a004b7d63c9d98876f96a94854e2.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 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 \ |