fix(pkgs): Backport exa from unstable channel
This commit is contained in:
parent
c423b264ea
commit
68e8692f03
1 changed files with 8 additions and 4 deletions
12
packages.nix
12
packages.nix
|
@ -37,6 +37,12 @@ in {
|
||||||
# it (see emacs.nix for example):
|
# it (see emacs.nix for example):
|
||||||
inherit unstable;
|
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;
|
wallpapers = import ./pkgs/wallpapers.nix;
|
||||||
pulseaudio-ctl = import pkgs/pulseaudio-ctl.nix;
|
pulseaudio-ctl = import pkgs/pulseaudio-ctl.nix;
|
||||||
};
|
};
|
||||||
|
@ -53,6 +59,7 @@ in {
|
||||||
dnsutils
|
dnsutils
|
||||||
evince
|
evince
|
||||||
exa
|
exa
|
||||||
|
extremetuxracer
|
||||||
fd
|
fd
|
||||||
file
|
file
|
||||||
firefox-unwrapped
|
firefox-unwrapped
|
||||||
|
@ -63,13 +70,10 @@ in {
|
||||||
gnupg
|
gnupg
|
||||||
google-cloud-sdk
|
google-cloud-sdk
|
||||||
gopass
|
gopass
|
||||||
htop
|
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
|
htop
|
||||||
i3lock
|
i3lock
|
||||||
iftop
|
iftop
|
||||||
# Upstream link is down:
|
|
||||||
# jetbrains.idea-ultimate
|
|
||||||
extremetuxracer
|
|
||||||
jq
|
jq
|
||||||
kontemplate
|
kontemplate
|
||||||
kubernetes
|
kubernetes
|
||||||
|
|
Loading…
Reference in a new issue