Yay, more comment edits!
This commit is contained in:
parent
fb618c0fd3
commit
a13df57b48
1 changed files with 4 additions and 3 deletions
|
@ -136,18 +136,19 @@ in
|
||||||
/*
|
/*
|
||||||
pkgs.binutils
|
pkgs.binutils
|
||||||
# Just use "nix shell nixpkgs#binutils -c strings -- INPUT"
|
# Just use "nix shell nixpkgs#binutils -c strings -- INPUT"
|
||||||
pkgs.hactoolnet-bin
|
|
||||||
# Not needed on WSL as I currently use the Windows version.
|
|
||||||
pkgs.mpv
|
pkgs.mpv
|
||||||
# Not needed on WSL
|
# Not needed on WSL
|
||||||
pkgs.p7zip
|
pkgs.p7zip
|
||||||
# Replaced in favour of nixpkgs#_7zz
|
# Replaced in favour of nixpkgs#_7zz
|
||||||
pkgs.rclone
|
pkgs.rclone
|
||||||
# my_packages.new_rclone is the version with the patched build.
|
# Replaced with my_packages.new_rclone which is a patched build.
|
||||||
pkgs.terminator
|
pkgs.terminator
|
||||||
# Not needed on WSL, even though I'd like it on WSL sometimes.
|
# Not needed on WSL, even though I'd like it on WSL sometimes.
|
||||||
pkgs.yt-dlp
|
pkgs.yt-dlp
|
||||||
# Not needed on WSL
|
# Not needed on WSL
|
||||||
|
\
|
||||||
|
my_packages.hactoolnet-bin
|
||||||
|
# Not needed on WSL as I currently use the Windows version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue