mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-26 20:51:20 +02:00
Change fd-rs to fd
The package fd-rs was renamed to fd upstream.
This commit is contained in:
parent
ff34eb6a71
commit
977b229caa
2
PKGBUILD
2
PKGBUILD
@ -76,7 +76,7 @@ depends=(
|
|||||||
'ncdu' # Ncurses du (disk usage)
|
'ncdu' # Ncurses du (disk usage)
|
||||||
'borg' # Backup directories
|
'borg' # Backup directories
|
||||||
'exa' # Drop-in replacement for ls and tree
|
'exa' # Drop-in replacement for ls and tree
|
||||||
'fd-rs' # Faster alternative to find
|
'fd' # Faster alternative to find
|
||||||
'diff-so-fancy' # A better-looking git diff
|
'diff-so-fancy' # A better-looking git diff
|
||||||
'youtube-dl' # View online videos in mpv
|
'youtube-dl' # View online videos in mpv
|
||||||
'xdg-user-dirs' # Generates common directories
|
'xdg-user-dirs' # Generates common directories
|
||||||
|
4
spec.cr
4
spec.cr
@ -128,8 +128,8 @@ describe "New Start" do
|
|||||||
PKGBUILD.should match /\n\s*'httpie'/
|
PKGBUILD.should match /\n\s*'httpie'/
|
||||||
end
|
end
|
||||||
|
|
||||||
it "installs fd-rs" do
|
it "installs fd" do
|
||||||
PKGBUILD.should match /\n\s*'fd-rs'/
|
PKGBUILD.should match /\n\s*'fd'/
|
||||||
end
|
end
|
||||||
|
|
||||||
it "installs diff-so-fancy" do
|
it "installs diff-so-fancy" do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user