From 8329439ba0f65eb77dc6797cdee3afd0a46966a4 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 12 Jun 2017 07:44:50 -0400 Subject: nixos-upgrade: Add bzip2 dependency. This is what hydra uses by default. --- config/auto-upgrade.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') 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 = { -- cgit v1.2.3