diff options
Diffstat (limited to 'tv')
| -rw-r--r-- | tv/1systems/wu.nix | 2 | ||||
| -rw-r--r-- | tv/1systems/xu.nix | 2 | ||||
| -rw-r--r-- | tv/5pkgs/default.nix | 4 | 
3 files changed, 6 insertions, 2 deletions
| diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index 6bb5443..d115e27 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -38,7 +38,7 @@ with config.krebs.lib;          dic          file          get -        gnupg21 +        gnupg1compat          haskellPackages.hledger          htop          jq diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index a3a242c..7277f5c 100644 --- a/tv/1systems/xu.nix +++ b/tv/1systems/xu.nix @@ -49,7 +49,7 @@ with config.krebs.lib;          cac-api          dic          file -        gnupg21 +        gnupg1compat          haskellPackages.hledger          htop          jq diff --git a/tv/5pkgs/default.nix b/tv/5pkgs/default.nix index 6079808..affb535 100644 --- a/tv/5pkgs/default.nix +++ b/tv/5pkgs/default.nix @@ -16,6 +16,10 @@        erlang = pkgs.erlangR16;      };      ff = pkgs.callPackage ./ff {}; +    gnupg = +      if elem config.krebs.build.host.name ["xu" "wu"] +        then super.gnupg21 +        else super.gnupg;      q = pkgs.callPackage ./q {};      viljetic-pages = pkgs.callPackage ./viljetic-pages {};      xmonad-tv = import ./xmonad-tv.nix { inherit pkgs; }; | 
