diff options
author | Vincent Ambo <mail@tazj.in> | 2018-10-14T14·20+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2018-10-14T14·20+0200 |
commit | 68e8692f03a1b2e60958e982d33452964179f5ef (patch) | |
tree | ef523d55d79c97e936cec356333ad31173f9ba01 /packages.nix | |
parent | c423b264ea016946c62530064d60cde4b75cd193 (diff) |
fix(pkgs): Backport exa from unstable channel
Diffstat (limited to 'packages.nix')
-rw-r--r-- | packages.nix | 12 |
1 files changed, 8 insertions, 4 deletions
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 |