Compare commits

..

No commits in common. "a13df57b482110c74abefb21d34fad4934cca9e2" and "0bce5f5a0dc6e3c24a304e8438e95686c2ff14da" have entirely different histories.

2 changed files with 4 additions and 6 deletions

View File

@ -42,7 +42,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
### Lix! Lix! Lix!
### Lix! Lix! Lix! Lix! Lix! Lix!
lix = {
url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1";

View File

@ -9,7 +9,6 @@ let
# Especially for dotnet packages, remember to update "/flake.nix" too!
my_packages = {
hactoolnet-bin = pkgs.callPackage ./home/packages/hactoolnet-bin/package.nix {};
irdkit = pkgs.callPackage ./packages/irdkit/package.nix {};
ird_tools = pkgs.callPackage ./packages/ird_tools/package.nix {};
ps3dec = pkgs.callPackage ./packages/ps3dec/package.nix {};
@ -136,19 +135,18 @@ in
/*
pkgs.binutils
# 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
# Not needed on WSL
pkgs.p7zip
# Replaced in favour of nixpkgs#_7zz
pkgs.rclone
# Replaced with my_packages.new_rclone which is a patched build.
# my_packages.new_rclone is the version with the patched build.
pkgs.terminator
# Not needed on WSL, even though I'd like it on WSL sometimes.
pkgs.yt-dlp
# Not needed on WSL
\
my_packages.hactoolnet-bin
# Not needed on WSL as I currently use the Windows version.
*/
/*