chore: Update flake inputs

This commit is contained in:
ulic-youthlic 2026-02-09 12:52:34 +08:00
parent fef28663d1
commit 83bf3e5ddb
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 213 additions and 207 deletions

View file

@ -16,9 +16,6 @@ in
./vim.nix
./prismlauncher.nix
./fix-ffmpeg_7-full.nix
./fix-kdePackages.kdenlive.nix
./fix-rqbit.nix
# Nur

View file

@ -1,14 +0,0 @@
{inputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
pkgs = import inputs.nixpkgs-485356 {
localSystem = {
inherit system;
};
config = {
allowUnfree = true;
cudaSupport = true;
};
};
in {
ffmpeg_7-full = pkgs.ffmpeg_7-full;
}

View file

@ -1,9 +0,0 @@
{...}: final: prev: {
kdePackages =
prev.kdePackages
// {
kdenlive = prev.kdePackages.kdenlive.override {
ffmpeg-full = final.ffmpeg_7-full;
};
};
}