about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-02-24 22:37:02 +0100
committeraszlig <aszlig@nix.build>2018-02-24 22:37:02 +0100
commitfe42081483f7f8bb21fcadb9b4a892c72b8bb829 (patch)
tree2f4ba4e82a8c44bc929b9a37b7224c03d5e9e064 /machines
parentb8a4e6b26a2451eeab0c0da5a074d07348e763b6 (diff)
fliewatuet: Remove attic from systemPackages
Quoting NixOS/nixpkgs@663d6e8f9d020a74a2d4a606223d04dcf85135c2:

    Attic is currently broken on master.
    The Attic git repo has not been updated since May 2015.
    Arch Linux also does not have an Attic package anymore.
    Borg should be able to read Attic backups using
    http://borgbackup.readthedocs.io/en/stable/usage/upgrade.html#attic-and-borg-0-xx-to-borg-1-x.

The reason I'm removing this is because the missing attic attribute is
currently blocking Hydra evaluations.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @sternenseemann
Diffstat (limited to 'machines')
-rw-r--r--machines/sternenseemann/fliewatuet.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/machines/sternenseemann/fliewatuet.nix b/machines/sternenseemann/fliewatuet.nix
index 1f0e4900..18a17e35 100644
--- a/machines/sternenseemann/fliewatuet.nix
+++ b/machines/sternenseemann/fliewatuet.nix
@@ -87,7 +87,6 @@ in {
   environment.systemPackages = with pkgs; [
     ## tools
     remind
-    attic
     pass
     wget
     curl