summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2017-06-12 07:44:50 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2017-06-12 07:44:50 -0400
commit8329439ba0f65eb77dc6797cdee3afd0a46966a4 (patch)
tree436dcf79011cea91514466886a28debb7202cdc1 /config
parentc7e98c5d27eaf41f51f76df70d56a64361c1c33e (diff)
nixos-upgrade: Add bzip2 dependency.
This is what hydra uses by default.
Diffstat (limited to 'config')
-rw-r--r--config/auto-upgrade.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/auto-upgrade.nix b/config/auto-upgrade.nix
index b3a96ae..bb82dc7 100644
--- a/config/auto-upgrade.nix
+++ b/config/auto-upgrade.nix
@@ -15,6 +15,9 @@
git pull https://git.orbekk.com/nixos-config.git
'';
};
+ nixos-upgrade = {
+ path = [ pkgs.bzip2.bin ];
+ };
};
system.autoUpgrade = {