From 68e8692f03a1b2e60958e982d33452964179f5ef Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 14 Oct 2018 16:20:15 +0200 Subject: fix(pkgs): Backport exa from unstable channel --- packages.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'packages.nix') diff --git a/packages.nix b/packages.nix index e0c3e5767781..d25e563121d5 100644 --- a/packages.nix +++ b/packages.nix @@ -37,6 +37,12 @@ in { # it (see emacs.nix for example): inherit unstable; + # Backport Exa from unstable until a fix for the Rust builder is + # backported. + # + # https://github.com/NixOS/nixpkgs/pull/48020 + exa = unstable.exa; + wallpapers = import ./pkgs/wallpapers.nix; pulseaudio-ctl = import pkgs/pulseaudio-ctl.nix; }; @@ -53,6 +59,7 @@ in { dnsutils evince exa + extremetuxracer fd file firefox-unwrapped @@ -63,13 +70,10 @@ in { gnupg google-cloud-sdk gopass - htop hicolor-icon-theme + htop i3lock iftop - # Upstream link is down: - # jetbrains.idea-ultimate - extremetuxracer jq kontemplate kubernetes -- cgit 1.4.1