... Maybe a couple more comments.
This commit is contained in:
parent
ac341f613a
commit
77d5921a3d
1 changed files with 11 additions and 11 deletions
|
@ -104,18 +104,18 @@
|
||||||
xil.packages.${system}.xil
|
xil.packages.${system}.xil
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Disabled Packages
|
||||||
/*
|
/*
|
||||||
Disabled
|
pkgs.binutils
|
||||||
pkgs.binutils
|
# Just use "nix shell nixpkgs#binutils -c strings -- INPUT"
|
||||||
# Just use "nix shell nixpkgs#binutils -c strings -- INPUT"
|
pkgs.mpv
|
||||||
pkgs.mpv
|
# Not needed on WSL
|
||||||
# Not needed on WSL
|
pkgs.p7zip
|
||||||
pkgs.terminator
|
# Replaced in favour of nixpkgs#_7zz
|
||||||
# Not needed on WSL, even though I'd like it on WSL.
|
pkgs.terminator
|
||||||
pkgs.p7zip
|
# Not needed on WSL, even though I'd like it on WSL sometimes.
|
||||||
# Replaced in favour of nixpkgs#_7zz
|
pkgs.yt-dlp
|
||||||
pkgs.yt-dlp
|
# Not needed on WSL
|
||||||
# Not needed on WSL
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue