Compare commits
No commits in common. "a13df57b482110c74abefb21d34fad4934cca9e2" and "0bce5f5a0dc6e3c24a304e8438e95686c2ff14da" have entirely different histories.
a13df57b48
...
0bce5f5a0d
2 changed files with 4 additions and 6 deletions
|
@ -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";
|
||||||
|
|
|
@ -9,7 +9,6 @@ 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 {};
|
||||||
|
@ -136,19 +135,18 @@ 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
|
||||||
# Replaced with my_packages.new_rclone which is a patched build.
|
# my_packages.new_rclone is the version with the 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