Compare commits

..

3 Commits

2 changed files with 6 additions and 4 deletions

View File

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

View File

@ -9,6 +9,7 @@ let
# Especially for dotnet packages, remember to update "/flake.nix" too! # Especially for dotnet packages, remember to update "/flake.nix" too!
my_packages = { my_packages = {
hactoolnet-bin = pkgs.callPackage ./home/packages/hactoolnet-bin/package.nix {};
irdkit = pkgs.callPackage ./packages/irdkit/package.nix {}; irdkit = pkgs.callPackage ./packages/irdkit/package.nix {};
ird_tools = pkgs.callPackage ./packages/ird_tools/package.nix {}; ird_tools = pkgs.callPackage ./packages/ird_tools/package.nix {};
ps3dec = pkgs.callPackage ./packages/ps3dec/package.nix {}; ps3dec = pkgs.callPackage ./packages/ps3dec/package.nix {};
@ -135,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.
*/ */
/* /*